github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/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 }