mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-24 04:07:06 +00:00
add "-input=false"
This commit is contained in:
parent
4b8e29db07
commit
a422598104
1 changed files with 4 additions and 4 deletions
|
|
@ -100,7 +100,7 @@ steps:
|
|||
|
||||
- name: Terraform Init
|
||||
id: init
|
||||
run: terraform init
|
||||
run: terraform init -input=false
|
||||
|
||||
- name: Terraform Validate
|
||||
id: validate
|
||||
|
|
@ -108,7 +108,7 @@ steps:
|
|||
|
||||
- name: Terraform Plan
|
||||
id: plan
|
||||
run: terraform plan -no-color
|
||||
run: terraform plan -no-color -input=false
|
||||
continue-on-error: true
|
||||
|
||||
- uses: actions/github-script@v7
|
||||
|
|
@ -168,7 +168,7 @@ steps:
|
|||
|
||||
- name: Terraform Init
|
||||
id: init
|
||||
run: terraform init
|
||||
run: terraform init -input=false
|
||||
|
||||
- name: Terraform Validate
|
||||
id: validate
|
||||
|
|
@ -176,7 +176,7 @@ steps:
|
|||
|
||||
- name: Terraform Plan
|
||||
id: plan
|
||||
run: terraform plan -no-color
|
||||
run: terraform plan -no-color -input=false
|
||||
continue-on-error: true
|
||||
|
||||
- uses: actions/github-script@v7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue