Difference between revisions of "TF CLOUD ORGANIZATION"

From wikieduonline
Jump to navigation Jump to search
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Define your organization in a TF_CLOUD_ORGANIZATION variable or in [[Terraform cloud block]]
 +
 
  TF_CLOUD_ORGANIZATION
 
  TF_CLOUD_ORGANIZATION
 
+
 
  [[TF_CLOUD_HOSTNAME]]
 
  [[TF_CLOUD_HOSTNAME]]
 
  [[TF_WORKSPACE]]
 
  [[TF_WORKSPACE]]
  
 +
cat [[~/.terraform.d/credentials.tfrc.json]]
 +
{
 +
  "credentials": {
 +
    "[[app.terraform.io]]": {
 +
      "token": "asdgasgfsaA.atlasv1.19Bgasfgasfdfasdfsf"
 +
    }
 +
  }
 +
}%
 +
 +
[[export]] TF_CLOUD_ORGANIZATION="Your-organization"
 +
 +
== Errors ==
 +
* <code>[[Error: Invalid or missing required argument]]</code>
 +
* <code>[[Error: Failed to read organization]] "test" at host [[app.terraform.io]]</code>
  
* [[Error: Invalid or missing required argument]]
+
== Related ==
* [[terraform.tf]]
+
* <code>[[terraform login]]</code>
 +
* <code>[[terraform init]]</code>
 +
* <code>[[terraform.tf]]</code>
 +
* [[Deploy EKS cluster using Terraform]]
  
 
== See also ==
 
== See also ==
 +
* {{tf login}}
 
* {{terraform environment variables}}
 
* {{terraform environment variables}}
 
* {{Terraform variables}}
 
* {{Terraform variables}}
 +
* {{TFC}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 09:52, 12 February 2024

Advertising: