There was an error while loading. Please reload this page.
1 parent eb9dc31 commit fd586c4Copy full SHA for fd586c4
.github/workflows/terraform.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
version: "0.12.15"
20
- name: Build module 'aws-instance-first-script'
21
- run: cd aws-instance-first-script && terraform init && terraform validate && terraform plan -out plan_terraform && terraform apply plan_terraform
+ run: cd aws-instance-first-script && terraform init && terraform validate && terraform plan && terraform destroy
22
- name: Build module 'aws-EC2-with-jenkins'
23
run: cd EC2withJenkins && terraform init && terraform validate && terraform plan
0 commit comments