Skip to content

Commit 9334810

Browse files
committed
fix select workspace
1 parent 3fed8b0 commit 9334810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Select or Create Terraform Workspace
7777
run: |
7878
terraform workspace list || echo "Workspace list unavailable"
79-
terraform workspace select-or-create ${{ env.ENVIRONMENT }}
79+
terraform workspace select --or-create ${{ env.ENVIRONMENT }}
8080
8181
- name: Terraform Plan
8282
run: terraform plan

0 commit comments

Comments
 (0)