Merge pull request #1734 from bluPhy/master

Change to tools/lint.sh to invoke python3 for blueprint metadata

Wording update to:
fast/stages-multitenant/0-bootstrap-tenant/identity-providers.tf
fast/stages/0-bootstrap/identity-providers.tf
This commit is contained in:
Alejandro Leal 2023-10-05 02:32:08 -04:00 committed by GitHub
commit 6faf34f54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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