Update to lint.sh and wording to some tf
fast/stages-multitenant/0-bootstrap-tenant/identity-providers.tf fast/stages/0-bootstrap/identity-providers.tf tools/lint.sh
This commit is contained in:
@@ -83,7 +83,7 @@ resource "google_iam_workload_identity_pool_provider" "default" {
|
||||
oidc {
|
||||
# Setting an empty list configures allowed_audiences to the url of the provider
|
||||
allowed_audiences = each.value.custom_settings.audiences
|
||||
# If users don't provide an issuer_uri, we set the public one for the plaform choosed.
|
||||
# If users don't provide an issuer_uri, we set the public one for the platform choosed.
|
||||
issuer_uri = (
|
||||
each.value.custom_settings.issuer_uri != null
|
||||
? each.value.custom_settings.issuer_uri
|
||||
|
||||
@@ -83,7 +83,7 @@ resource "google_iam_workload_identity_pool_provider" "default" {
|
||||
oidc {
|
||||
# Setting an empty list configures allowed_audiences to the url of the provider
|
||||
allowed_audiences = each.value.custom_settings.audiences
|
||||
# If users don't provide an issuer_uri, we set the public one for the plaform choosed.
|
||||
# If users don't provide an issuer_uri, we set the public one for the platform choosed.
|
||||
issuer_uri = (
|
||||
each.value.custom_settings.issuer_uri != null
|
||||
? each.value.custom_settings.issuer_uri
|
||||
|
||||
@@ -38,4 +38,4 @@ yapf --style="{based_on_style: google, indent_width: 2, SPLIT_BEFORE_NAMED_ASSIG
|
||||
blueprints/cloud-operations/network-dashboard/src/plugins/*py
|
||||
|
||||
echo -- Blueprint metadata --
|
||||
python tools/validate_metadata.py -v blueprints --verbose --failed-only
|
||||
python3 tools/validate_metadata.py -v blueprints --verbose --failed-only
|
||||
|
||||
Reference in New Issue
Block a user