github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/configs/testdata/valid-files/cloud.tf (about)

     1  
     2  terraform {
     3    cloud {
     4      foo = "bar"
     5  
     6      baz {
     7        bar = "foo"
     8      }
     9    }
    10  }