Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
provider:
required: false
type: string
default: azurerm
description: 'Cloud provider to run the workflow. e.g. azurerm, aws, gcp, or digitalocean'
default: ""
description: 'Cloud provider to run the workflow. e.g. azurerm, aws, gcp, digitalocean, or none (skip cloud auth for validate-only)'
aws_region:
required: false
type: string
Expand Down Expand Up @@ -46,7 +46,7 @@ on:
show_plan:
required: false
type: boolean
default: true
default: false
description: 'Show full terraform plan output. If false, only shows summary (e.g. Plan: 4 to add, 1 to change).'
gcp_credentials:
required: false
Expand Down
Loading