mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-02 13:00:45 -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"
|
|
}
|