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:
Alejandro Leal
2023-10-05 00:17:20 -04:00
parent ef3fcce138
commit 81c6959617
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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