Skip to content

Commit

Permalink
PRMP-1005: Fix terraform issue in test workspace select
Browse files Browse the repository at this point in the history
  • Loading branch information
abbas-khan10 authored Oct 4, 2024
1 parent f01c210 commit 0b5a58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-deploy-to-test-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Terraform Set Workspace
id: workspace
run: terraform workspace select ${{ secrets.AWS_WORKSPACE }}
run: terraform workspace select -or-create ${{ secrets.AWS_WORKSPACE }}
working-directory: ./infrastructure
shell: bash

Expand Down

0 comments on commit 0b5a58f

Please sign in to comment.