Skip to content

Commit 9532edc

Browse files
committed
Add input flag to tofu plan.
1 parent 5107cdc commit 9532edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
TF_LOG: "DEBUG"
8181
timeout-minutes: 5
8282
working-directory: ./terraform
83-
run: tofu plan -no-color
83+
run: tofu plan -input=false
8484

8585
- name: Output stdout
8686
if: always()

0 commit comments

Comments
 (0)