Difference between revisions of "TF CLOUD ORGANIZATION"

From wikieduonline
Jump to navigation Jump to search
 
(21 intermediate revisions by 3 users 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_HOSTNAME]]
 +
[[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>
  
[[TF_CLOUD_HOSTNAME]]
+
== Related ==
 +
* <code>[[terraform login]]</code>
 +
* <code>[[terraform init]]</code>
 +
* <code>[[terraform.tf]]</code>
 +
* [[Deploy EKS cluster using Terraform]]
 +
 
 +
== See also ==
 +
* {{tf login}}
 +
* {{terraform environment variables}}
 +
* {{Terraform variables}}
 +
* {{TFC}}
  
{{Terraform}}
+
[[Category:Terraform]]

Latest revision as of 09:52, 12 February 2024

Advertising: