From 81c6959617ebfb01fcd22870fc950f0bddf457e7 Mon Sep 17 00:00:00 2001 From: Alejandro Leal Date: Thu, 5 Oct 2023 00:17:20 -0400 Subject: [PATCH] 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 --- .../stages-multitenant/0-bootstrap-tenant/identity-providers.tf | 2 +- fast/stages/0-bootstrap/identity-providers.tf | 2 +- tools/lint.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fast/stages-multitenant/0-bootstrap-tenant/identity-providers.tf b/fast/stages-multitenant/0-bootstrap-tenant/identity-providers.tf index 085a30f0..fbb47a83 100644 --- a/fast/stages-multitenant/0-bootstrap-tenant/identity-providers.tf +++ b/fast/stages-multitenant/0-bootstrap-tenant/identity-providers.tf @@ -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 diff --git a/fast/stages/0-bootstrap/identity-providers.tf b/fast/stages/0-bootstrap/identity-providers.tf index 085a30f0..fbb47a83 100644 --- a/fast/stages/0-bootstrap/identity-providers.tf +++ b/fast/stages/0-bootstrap/identity-providers.tf @@ -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 diff --git a/tools/lint.sh b/tools/lint.sh index 580777b0..a24ce779 100755 --- a/tools/lint.sh +++ b/tools/lint.sh @@ -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