We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdb92f commit 73c3256Copy full SHA for 73c3256
.github/workflows/infra-setup.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Terraplan apply
36
run: |
37
cd terraform
38
- terraform apply tfplan
+ terraform destroy --auto-approve
39
40
41
ansible:
0 commit comments