mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-09 23:54:17 -06:00
12 lines
169 B
HCL
12 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"
|
|
}
|