github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/configs/testdata/valid-files/cloud.tf (about) 1 2 terraform { 3 cloud { 4 foo = "bar" 5 6 baz { 7 bar = "foo" 8 } 9 } 10 }