Skip to content

Commit

Permalink
Update terraform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Morgan authored Oct 15, 2024
1 parent a2e52ea commit 631d3eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ jobs:

# Generates an execution plan for Terraform
- name: Terraform Plan
run: terraform plan -input=false
run: terraform plan -input=false

# Generates an execution plan for Terraform
- name: Terraform Apply
run: terraform apply -input=false

0 comments on commit 631d3eb

Please sign in to comment.