Skip to content

Commit

Permalink
ci: Add -input=false
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 22, 2023
1 parent 6d21b3d commit 1afe8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Plan Terraform
id: plan
run: terraform plan -no-color
run: terraform plan -no-color -input=false
continue-on-error: true

# Sed is taking all lines that begin with one or more spaces followed by a `+` or `-`.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- 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@v6
Expand Down

0 comments on commit 1afe8c4

Please sign in to comment.