We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede489a commit b004b6eCopy full SHA for b004b6e
.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
ansible:
41
name: Deploy build
0 commit comments