Difference between revisions of "Terraform workspace"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(26 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
* https://www.terraform.io/docs/cloud/workspaces/index.html
+
<code>[[terraform workspace]]</code> (Mar 2017, [https://www.terraform.io/docs/cloud/workspaces/index.html doc])
  
 +
== Commands ==
 +
{{terraform workspace TOC}}
  
 
+
== Cloud block example ==
* <code>[[terraform workspace new]] MY_NEW_WORKSPACE</code>
+
terraform {
* <code>[[terraform workspace select]]</code>
+
  [[Terraform cloud block|cloud]] {
* <code>[[terraform workspace list]]</code>
+
    [[organization]] = "my-org"
* <code>[[terraform workspace show]]</code>
+
 
+
    [[Terraform workspace|workspaces]] {
*<code>[[terraform workspace --help]]</code>
+
      name = "my-workspace"
 +
    }
 +
  }
 +
}
  
 
== Related terms ==
 
== Related terms ==
 +
* [[Terraform Associate]]: Describe the benefits of [[Sentinel]], [[registry]], and [[workspaces]]
 
* [[Terraform backends]]
 
* [[Terraform backends]]
 +
* [[Terraform state files]]
 +
* [[Terraform cloud block]]
 +
* [[Terraform provider: dns]]
 +
 +
Multiple workspaces are currently supported by the following [[backends]]:
  
Multiple workspaces are currently supported by the following backends:
+
* [[AzureRM]]
 +
* [[Consul]]
 +
* [[COS]]
 +
* [[GCS]]
 +
* Kubernetes
 +
* Local
 +
* [[Manta]]
 +
* [[Terraform remote backend]]
 +
* S3
 +
* [[Terraform GoogleWorkspaces]]
  
AzureRM
+
== Activities ==
Consul
+
* https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices/part1#about-workspaces
COS
+
** One Workspace Per Environment Per Terraform Configuration
GCS
 
Kubernetes
 
Local
 
Manta
 
Postgres
 
Remote
 
S3
 
  
 
== See also ==
 
== See also ==
 
* {{terraform workspace}}
 
* {{terraform workspace}}
* {{terraform cmd}}
+
 
* {{terraform}}
 
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 12:55, 30 October 2024

Advertising: