There was an error while loading. Please reload this page.
1 parent c4fca6d commit 585a565Copy full SHA for 585a565
.github/workflows/terraform.yml
@@ -18,6 +18,8 @@ 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 && terraform destroy
+ run: cd aws-instance-first-script && terraform init && terraform validate && terraform plan
22
- name: Build module 'aws-EC2-with-jenkins'
23
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