python-terrascript/docs/tutorials/provider1.tf

9 lines
124 B
HCL

provider "aws" {
alias = "east"
region = "us-east-1"
}
provider "aws" {
alias = "west"
region = "us-west-1"
}