github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/configs/testdata/nested-cloud-warning/child/child.tf (about)

     1  terraform {
     2    # Only the root module can declare a Cloud configuration. Terraform should emit a warning
     3    # about this child module Cloud declaration.
     4    cloud {
     5    }
     6  }