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")
 
Tags: Mobile web edit, Mobile edit
 
(37 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Draft}}
+
{{lowercase}}
 +
(Mar 2017)
 +
* https://www.terraform.io/docs/cloud/workspaces/index.html
 +
 
 +
 
 +
{{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]]
 +
* Remote
 +
* 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 01:39, 21 March 2023

Advertising: