Difference between revisions of "Terraform workspace"
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
* Local | * Local | ||
* [[Manta]] | * [[Manta]] | ||
− | * | + | * [[Terraform remote backend]] |
* S3 | * S3 | ||
Revision as of 13:47, 18 July 2024
terraform workspace
(Mar 2017, doc)
Commands
terraform workspace new MY_NEW_WORKSPACE
terraform workspace select
terraform workspace list
terraform workspace show
terraform workspace delete
terraform workspace --help
Cloud block example
terraform { cloud { organization = "my-org" workspaces { name = "my-workspace" } } }
Related terms
- Terraform Associate: Describe the benefits of Sentinel, registry, and workspaces
- Terraform backends
- Terraform state files
- Terraform cloud block
- Terraform provider: dns
Multiple workspaces are currently supported by the following backends:
Activities
- https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices/part1#about-workspaces
- One Workspace Per Environment Per Terraform Configuration
See also
Advertising: