Skip to content

Commit 7d78c7b

Browse files
feat: support provider: none to skip cloud auth in tf-checks (#350)
Co-authored-by: Anmol Nagpal <anmolnagpal@users.noreply.github.com>
1 parent 58ff87d commit 7d78c7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tf-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
provider:
1313
required: false
1414
type: string
15-
default: azurerm
16-
description: 'Cloud provider to run the workflow. e.g. azurerm, aws, gcp, or digitalocean'
15+
default: ""
16+
description: 'Cloud provider to run the workflow. e.g. azurerm, aws, gcp, digitalocean, or none (skip cloud auth for validate-only)'
1717
aws_region:
1818
required: false
1919
type: string
@@ -46,7 +46,7 @@ on:
4646
show_plan:
4747
required: false
4848
type: boolean
49-
default: true
49+
default: false
5050
description: 'Show full terraform plan output. If false, only shows summary (e.g. Plan: 4 to add, 1 to change).'
5151
gcp_credentials:
5252
required: false

0 commit comments

Comments
 (0)