mirror of
https://github.com/opentofu/opentofu.git
synced 2026-04-29 18:09:19 -04:00
11 lines
169 B
HCL
11 lines
169 B
HCL
provider "aws" {
|
|
access_key = "123"
|
|
secret_key = "233"
|
|
region = "us-east-1"
|
|
}
|
|
|
|
provider "aws" {
|
|
access_key = "123"
|
|
secret_key = "233"
|
|
region = "us-east-1"
|
|
}
|