github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/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 }