Skip to content

Commit

Permalink
Auto-approve terraform apply
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jun 19, 2024
1 parent 097f638 commit 8fa8d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: terraform validate

- name: Terraform Apply
run: terraform apply -var=ref=${{ inputs.ref }}
run: terraform apply -var=ref=${{ inputs.ref }} -auto-approve

- name: Get Terraform outputs
id: get_outputs
Expand Down

0 comments on commit 8fa8d24

Please sign in to comment.