mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-06 16:00:32 -05: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"
|
|
}
|