github.com/gettyimages/terraform@v0.7.6-0.20161219132226-dc052c5707a3/terraform/test-fixtures/graph-provider-alias/main.tf (about) 1 provider "aws" { 2 } 3 4 provider "aws" { 5 alias = "foo" 6 } 7 8 provider "aws" { 9 alias = "bar" 10 }