We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7364b4d commit 3670f9eCopy full SHA for 3670f9e
README.md
@@ -149,7 +149,7 @@ __Github CodeSpaces__
149
terraform {
150
required_version = ">=1.3.0"
151
cloud {
152
- organization = "organization-name"
+ organization = "<Your-Terraform-Cloud-Organization-Name-Here>"
153
workspaces {
154
name = "workspace-name"
155
}
terraform/terraform.tf
@@ -2,7 +2,7 @@ terraform {
2
required_version = ">=1.3.0"
3
4
cloud {
5
- organization = "hashitalks-india"
6
workspaces {
7
name = "hashitalks-demo"
8
}
0 commit comments