Skip to content

Commit

Permalink
feat: added gcp auth step in tf-check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanveer143s committed Jun 12, 2024
1 parent b24c4d8 commit 602e3a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
required: false
type: string
default: './examples/complete/'
provider:
required: true
type: string
default: azurerm
description: 'Cloud provider to run the workflow. e.g. azurerm or aws or gcp'
terraform_version:
description: 'Terraform version to use. Leave empty for the latest version.'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tfdrift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
type: string
default: azurerm
description: 'Cloud provider to run the workflow. e.g. azurerm or aws'
description: 'Cloud provider to run the workflow. e.g. azurerm or aws or gcp'
aws_region:
required: false
type: string
Expand Down

0 comments on commit 602e3a3

Please sign in to comment.