github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-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  }