blob: b1f07068461ce9b2c5e5c315c425525a0d1c8ce7 [file] [log] [blame]
provider "aws" {
alias = "bar"
}
resource "aws_instance" "thing" {
provider = aws.bar
}