From facf4386cc894a4f9033acf44e11a3e825fbf545 Mon Sep 17 00:00:00 2001 From: Tanveer <116706588+Tanveer143s@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:07:14 +0530 Subject: [PATCH] feat: Updated gcp authenticate inputs (#140) --- .github/workflows/terraform_workflow.yml | 2 +- .github/workflows/tf-checks.yml | 2 +- .github/workflows/tfdrift.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform_workflow.yml b/.github/workflows/terraform_workflow.yml index 1659fec..c8b5ae6 100644 --- a/.github/workflows/terraform_workflow.yml +++ b/.github/workflows/terraform_workflow.yml @@ -64,7 +64,7 @@ on: create_credentials_file: required: false type: string - default: false + default: true description: 'If true, the action will securely generate a credentials file which can be used for authentication via gcloud and Google Cloud SDKs.' secrets: AZURE_CREDENTIALS: diff --git a/.github/workflows/tf-checks.yml b/.github/workflows/tf-checks.yml index 13d50d6..f5af4e6 100644 --- a/.github/workflows/tf-checks.yml +++ b/.github/workflows/tf-checks.yml @@ -46,7 +46,7 @@ on: create_credentials_file: required: false type: string - default: false + default: true description: 'If true, the action will securely generate a credentials file which can be used for authentication via gcloud and Google Cloud SDKs.' secrets: AWS_ACCESS_KEY_ID: diff --git a/.github/workflows/tfdrift.yml b/.github/workflows/tfdrift.yml index 7a2c8a1..22e59cd 100644 --- a/.github/workflows/tfdrift.yml +++ b/.github/workflows/tfdrift.yml @@ -44,7 +44,7 @@ on: create_credentials_file: required: false type: string - default: false + default: true description: 'If true, the action will securely generate a credentials file which can be used for authentication via gcloud and Google Cloud SDKs.' secrets: AZURE_CREDENTIALS: