Difference between revisions of "Terraform cloud block"
Jump to navigation
Jump to search
↑ https://www.hashicorp.com/blog/terraform-1-1-improves-refactoring-and-the-cloud-cli-experience
Tags: Mobile web edit, Mobile edit |
|||
Line 6: | Line 6: | ||
[[organization]] = "my-org" | [[organization]] = "my-org" | ||
− | [[workspaces]] { | + | [[Terraform workspace|workspaces]] { |
name = "my-workspace" | name = "my-workspace" | ||
} | } |
Revision as of 21:56, 7 June 2022
Terraform cloud block: cloud
(Dec 2021) Terraform 1.1 [1]
terraform { cloud { organization = "my-org" workspaces { name = "my-workspace" } } }
Related
See also
- Terraform Cloud (TFC), Terraform Cloud Agents (Business version),
terraform login
,execution modes
,terraform_remote_state
, Terraform cloud block, Terraform Cloud Workflows, Terraform organization,TF_CLOUD_ORGANIZATION
, Dynamic Provider Credentials, Bootstrapping trust between a TFC workspace and AWS
Advertising: