github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/configs/testdata/invalid-modules/override-cloud-duplicates/override.tf (about) 1 terraform { 2 cloud { 3 organization = "foo" 4 } 5 } 6 7 terraform { 8 cloud { 9 organization = "bar" 10 } 11 }