Skip to content

Commit

Permalink
update terraform-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwest committed Jan 29, 2024
1 parent 9985bed commit db5e6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:

- name: Terraform Apply
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
run: terraform apply -auto-approve
run: terraform apply -var-file="${{ env.WORKSPACE }}.tfvars" -auto-approve

- name: Generate Arch Diagram .dot
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
Expand Down

0 comments on commit db5e6eb

Please sign in to comment.