Skip to content

Commit 585a565

Browse files
committed
bug fix
1 parent c4fca6d commit 585a565

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ 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 && terraform destroy
21+
run: cd aws-instance-first-script && terraform init && terraform validate && terraform plan
2222
- name: Build module 'aws-EC2-with-jenkins'
2323
run: cd EC2withJenkins && terraform init && terraform validate && terraform plan
24+
- name: Build module 'aws-Application-Load-Balancer'
25+
run: cd terraform-aws-elb-alb && terraform init && terraform validate && terraform plan

0 commit comments

Comments
 (0)