Fix Terraform Actions #58

Merged
Marcel.Frey merged 2 commits from fix-terraform-actions into main 2026-07-08 09:03:38 +00:00
Owner
No description provided.
This reverts commit 7bcba7ecba.
fix(terraform-apply, terraform-plan, terraform-validate): use TF_WORKSPACE environment variable instead of terraform select workspace to select the workspace
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m1s
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 1m5s
75f7e6f7ce
The selection of a workspace is not possible without `terraform init` and `terraform init` already requires a workspace in the CI/CD Pipeline.

We therefore use the `TF_WORKSPACE` variable everywehre and do not create a workspace if it doesn't exist. This one time task needs to be done manually.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
schmalz/shared-actions!58
No description provided.