hashicorp / tfc-workflows-github

HCP Terraform starter workflows and github actions to automate Terraform Cloud CI/CD pipelines.
Mozilla Public License 2.0
124 stars 20 forks source link

Organization selection defaults to `TF_CLOUD_ORGANIZATION` instead of documented `TF_ORGANIZATION` #32

Closed AmirrezaNasiri closed 5 months ago

AmirrezaNasiri commented 6 months ago

Debugging my workflow, I found out that TF_ORGANIZATION is not being selected as the default input for organization when we don't explicitly pass a with.organization variable. Looking into the code, this actions seems to use TF_CLOUD_ORGANIZATION.