github.com/tkak/terraform@v0.5.4-0.20150712180941-7f738dc27225/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 }