github.com/pulumi/terraform@v1.4.0/pkg/configs/testdata/valid-files/provider-configs.tf (about) 1 2 provider "foo" { 3 } 4 5 provider "bar" { 6 other = 12 7 } 8 9 provider "bar" { 10 other = 13 11 12 alias = "bar" 13 }