github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/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 }