We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fed8b0 commit 9334810Copy full SHA for 9334810
.github/workflows/pipeline.yaml
@@ -76,7 +76,7 @@ jobs:
76
- name: Select or Create Terraform Workspace
77
run: |
78
terraform workspace list || echo "Workspace list unavailable"
79
- terraform workspace select-or-create ${{ env.ENVIRONMENT }}
+ terraform workspace select --or-create ${{ env.ENVIRONMENT }}
80
81
- name: Terraform Plan
82
run: terraform plan
0 commit comments