Difference between revisions of "Terraform workspace"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
(Mar 2017)
 
* https://www.terraform.io/docs/cloud/workspaces/index.html
 
* https://www.terraform.io/docs/cloud/workspaces/index.html
  
  
Terraform workspaces allows to have multiple [[state files]] in the same working directory.
+
{{terraform workspace TOC}}
  
 
+
== Cloud block example ==
 
+
terraform {
* <code>[[terraform workspace new]] MY_NEW_WORKSPACE</code>
+
  [[Terraform cloud block|cloud]] {
* <code>[[terraform workspace select]]</code>
+
    [[organization]] = "my-org"
* <code>[[terraform workspace list]]</code>
+
* <code>[[terraform workspace show]]</code>
+
    [[Terraform workspace|workspaces]] {
* <code>[[terraform workspace delete]]</code>
+
      name = "my-workspace"
*<code>[[terraform workspace --help]]</code>
+
    }
 +
  }
 +
}
  
 
== Related terms ==
 
== Related terms ==
 
* [[Terraform Associate]]: Describe the benefits of [[Sentinel]], [[registry]], and [[workspaces]]
 
* [[Terraform Associate]]: Describe the benefits of [[Sentinel]], [[registry]], and [[workspaces]]
 
* [[Terraform backends]]
 
* [[Terraform backends]]
* [[State files]]
+
* [[Terraform state files]]
* [[terraform env]] (deprecated)
 
 
* [[Terraform cloud block]]
 
* [[Terraform cloud block]]
 +
* [[Terraform provider: dns]]
  
 
Multiple workspaces are currently supported by the following [[backends]]:
 
Multiple workspaces are currently supported by the following [[backends]]:
Line 32: Line 35:
 
* Remote
 
* Remote
 
* S3
 
* 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 workspace}}
 
* {{terraform workspace}}
* {{terraform cmd}}
+
 
* {{terraform}}
 
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 01:39, 21 March 2023

Advertising: