github.com/ticketmaster/terraform@v0.10.0-beta2.0.20170711045249-a12daf5aba4f/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 }