github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/testdata/init-cloud-simple/init-cloud-simple.tf (about)

     1  # This is a simple configuration with Terraform Cloud mode minimally
     2  # activated, but it's suitable only for testing things that we can exercise
     3  # without actually accessing Terraform Cloud, such as checking of invalid
     4  # command-line options to "terraform init".
     5  
     6  terraform {
     7    cloud {
     8      organization = "PLACEHOLDER"
     9      workspaces {
    10          name = "PLACEHOLDER"
    11      }
    12    }
    13  }