terraform workspace
Jump to navigation
Jump to search
terraform workspace (Mar 2017, doc)
Commands[edit]
terraform workspace new MY_NEW_WORKSPACEterraform workspace selectterraform workspace listterraform workspace showterraform workspace deleteterraform workspace --help
Cloud block example[edit]
terraform {
cloud {
organization = "my-org"
workspaces {
name = "my-workspace"
}
}
}
Related terms[edit]
- 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:
- AzureRM
- Consul
- COS
- GCS
- Kubernetes
- Local
- Manta
- Terraform remote backend
- S3
- Terraform GoogleWorkspaces
Activities[edit]
- https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices/part1#about-workspaces
- One Workspace Per Environment Per Terraform Configuration
See also[edit]
Advertising: