terraform/config/testdata/validate-provider-multi-good/main.tf

8 lines
75 B
HCL

provider "aws" {
alias = "bar"
}
provider "aws" {
alias = "foo"
}