github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/valid-files/cloud.tf (about) 1 2 terraform { 3 cloud { 4 foo = "bar" 5 6 baz { 7 bar = "foo" 8 } 9 } 10 }