Skip to content

Commit d25a0b1

Browse files
committed
Fix CI workflow (permissions + GITHUB_TOKEN)
1 parent 3f341de commit d25a0b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/iac-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- name: Terraform validate
5757
run: terraform validate
5858

59+
- name: Terraform plan
60+
run: terraform plan -lock=false -input=false
61+
5962
- name: TFLint
6063
run: tflint
6164

0 commit comments

Comments
 (0)