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: