Skip to content

Commit fd586c4

Browse files
authored
Update terraform.yml
1 parent eb9dc31 commit fd586c4

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
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
version: "0.12.15"
2020
- 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
21+
run: cd aws-instance-first-script && terraform init && terraform validate && terraform plan && terraform destroy
2222
- name: Build module 'aws-EC2-with-jenkins'
2323
run: cd EC2withJenkins && terraform init && terraform validate && terraform plan

0 commit comments

Comments
 (0)