mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-29 08:01:48 -04:00
10 lines
94 B
HCL
10 lines
94 B
HCL
provider "aws" {
|
|
}
|
|
|
|
provider "aws" {
|
|
alias = "foo"
|
|
}
|
|
|
|
provider "aws" {
|
|
alias = "bar"
|
|
} |