github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/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 }