Skip to content

Commit

Permalink
fix(ci/cd): add -or-create to use workspace in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Nov 7, 2024
1 parent 5d3ca57 commit 33a2635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Define que iremos trabalhar no ambiente de stage
- name: Terraform Select Workspace
run: terraform workspace select stage
run: terraform workspace select -or-create stage

- name: Terraform Plan
env:
Expand Down

0 comments on commit 33a2635

Please sign in to comment.