github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/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 }