Skip to content

Commit

Permalink
fix warning inputs on terragrunt (#182)
Browse files Browse the repository at this point in the history
* fix warning inputs on terragrunt

* fix: warning inputs on terragrunt
  • Loading branch information
nhdzhra authored Nov 25, 2024
1 parent d6f8473 commit b7062ec
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions infra/deploy/terragrunt/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ inputs:
description: "Git token access"
type: string

gcp_credentials:
workload_identity_provider:
required: false
description: "GCP credentials"
default: ""
description: "Workload identity pool"
type: string

service_account:
required: false
description: "SA used in workload identity pool"
type: string

runs:
Expand Down

0 comments on commit b7062ec

Please sign in to comment.