Skip to content

Commit 1a43302

Browse files
author
Mishal Shah
committed
Adding other module to build script.
1 parent 3575104 commit 1a43302

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
with:
1515
version: "0.11.14"
1616
- name: Build module 'aws-instance-first-script'
17-
run: cd aws-instance-first-script && terraform init && terraform validate && terraform plan
17+
run: cd aws-instance-first-script && terraform init && terraform validate && terraform plan
18+
- name: Build module 'ebs-with-userdata'
19+
run: cd ebs-with-userdata && terraform init && terraform validate && terraform plan

0 commit comments

Comments
 (0)