Skip to content

Commit e52183e

Browse files
authored
Merge pull request #6 from geofLegrand/geofLegrand-terraform-destroy-6
Update terraform.yml
2 parents 9865c69 + e942c86 commit e52183e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Terraform apply
115115
id: appl
116116
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
117-
run: terraform apply -auto-approve
117+
run: terraform destroy -auto-approve
118118
# -input=false -parallelism=1 plan.out
119119

120120
- name: Configure AWS credentials

0 commit comments

Comments
 (0)