Skip to content

Commit

Permalink
fix: workspace variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shejri committed Sep 18, 2024
1 parent 31ea5b2 commit 31300b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
terraform init --backend-config=config.azurerm.tfbackend
terraform workspace list
terraform workspace new ${{github.event.inputs.directory}}
terraform workspace select ${{github.event.inputs.directory}}
terrafor workspace show
terraform workspace new ${{github.event.inputs.workspace}}
terraform workspace select ${{github.event.inputs.workspace}}
terraform workspace show
- name: 'Terraform Plan'
run: |
Expand Down

0 comments on commit 31300b1

Please sign in to comment.