Difference between revisions of "Terraform workspace"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * {{terraform cmd}} * {{terraform}} Category:Terraform")
 
 
(41 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Draft}}
+
{{lowercase}}
 +
<code>[[terraform workspace]]</code> (Mar 2017, [https://www.terraform.io/docs/cloud/workspaces/index.html doc])
 +
 
 +
== Commands ==
 +
{{terraform workspace TOC}}
 +
 
 +
== Cloud block example ==
 +
terraform {
 +
  [[Terraform cloud block|cloud]] {
 +
    [[organization]] = "my-org"
 +
 +
    [[Terraform workspace|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]]:
 +
 
 +
* [[AzureRM]]
 +
* [[Consul]]
 +
* [[COS]]
 +
* [[GCS]]
 +
* Kubernetes
 +
* Local
 +
* [[Manta]]
 +
* [[Terraform remote backend]]
 +
* S3
 +
 
 +
 
 +
== Activities ==
 +
* https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices/part1#about-workspaces
 +
** One Workspace Per Environment Per Terraform Configuration
  
 
== See also ==
 
== See also ==
* {{terraform cmd}}
+
* {{terraform workspace}}
* {{terraform}}
+
 
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 13:47, 18 July 2024

Advertising: