Difference between revisions of "Terraform cloud block"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
  terraform {
 
  terraform {
 
   cloud {
 
   cloud {
     organization = "my-org"  
+
     [[Terraform organization|organization]] = "my-org"  
 
   
 
   
     workspaces {
+
     [[Terraform workspace|workspaces]] {
 
       name = "my-workspace"
 
       name = "my-workspace"
 
     }
 
     }
 
   }
 
   }
 
  }
 
  }
 +
 +
https://developer.hashicorp.com/terraform/cli/cloud/settings
 +
terraform {
 +
  cloud {
 +
    organization = "my-org"
 +
    hostname = "app.terraform.io" # Optional; defaults to app.terraform.io
 +
 +
    workspaces {
 +
      project = "networking-development"
 +
      tags = ["networking", "source:cli"]
 +
    }
 +
  }
 +
}
 +
  
 
== Related ==
 
== Related ==
Line 16: Line 30:
  
 
== See also ==
 
== See also ==
 +
* {{Terraform blocks}}
 
* {{Terraform Cloud}}
 
* {{Terraform Cloud}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 09:47, 12 February 2024

Advertising: