diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 97f1479ae..0a77a7c6e 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -98,11 +98,6 @@ jobs: blueprints \ fast - - name: Check blueprint metadata - id: metadata - run: | - python tools/validate_metadata.py -v --failed-only blueprints - - name: Check modules versions id: versions run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a752a2d88..6e0d19f8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Google LLC +# Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -62,12 +62,6 @@ repos: files: (versions.tofu|^default-versions.tofu)$ pass_filenames: false entry: /usr/bin/find . -type f -name 'versions.tofu' -exec cp default-versions.tofu {} \; - - id: validate_metadata - name: Validate blueprints metadata - language: system - pass_filenames: false - files: ^blueprints - entry: tools/validate_metadata.py -v --failed-only blueprints - id: check-names name: Check name lengths for FAST language: system diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d11e316..a046de003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,51 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [Unreleased] + +## [41.0.0] - 2025-06-29 + +### BREAKING CHANGES + +- `fast/stages/0-bootstrap`: two new custom roles for KMS keys have been added: re-run stage 0 so that they are available to the resman stage, where they are required. [[#3147](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3147)] + +### BLUEPRINTS + +- [[#3195](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3195)] Add default route action to internal app lb path matcher ([sepehrjavid](https://github.com/sepehrjavid)) + +### FAST + +- [[#3199](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3199)] Rename workflows config variable introduced in #3198 ([ludoo](https://github.com/ludoo)) +- [[#3198](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3198)] Support user-defined tfvar files in resman CI/CD definitions ([ludoo](https://github.com/ludoo)) +- [[#3195](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3195)] Add default route action to internal app lb path matcher ([sepehrjavid](https://github.com/sepehrjavid)) +- [[#3190](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3190)] Added option for tag factory in resman ([lnesteroff](https://github.com/lnesteroff)) +- [[#3185](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3185)] Bypass accounts.google.com in FAST DNS policy rules ([ludoo](https://github.com/ludoo)) +- [[#3183](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3183)] Revert "Bypass accounts.google.com in FAST DNS policy rules" ([ludoo](https://github.com/ludoo)) +- [[#3179](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3179)] Bypass accounts.google.com in FAST DNS policy rules ([ludoo](https://github.com/ludoo)) +- [[#3163](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3163)] Allow custom roles in context, add support for shared VPC IAM to project and project factory ([ludoo](https://github.com/ludoo)) +- [[#3160](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3160)] Add notebooks, appengine and appspot to dns policy routing in FAST networking stage ([wiktorn](https://github.com/wiktorn)) +- [[#3162](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3162)] Improve and document org policy tags use in FAST resman stage ([ludoo](https://github.com/ludoo)) +- [[#3154](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3154)] Allow configuring project key format in project factory ([ludoo](https://github.com/ludoo)) +- [[#3147](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3147)] Fix IAM delegation for project factory on security KMS keys ([ludoo](https://github.com/ludoo)) + +### MODULES + +- [[#3199](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3199)] Rename workflows config variable introduced in #3198 ([ludoo](https://github.com/ludoo)) +- [[#3195](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3195)] Add default route action to internal app lb path matcher ([sepehrjavid](https://github.com/sepehrjavid)) +- [[#3178](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3178)] Added tag factory option for organization module ([lnesteroff](https://github.com/lnesteroff)) +- [[#3181](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3181)] Support new style service account principalsets in project factory ([ludoo](https://github.com/ludoo)) +- [[#3179](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3179)] Bypass accounts.google.com in FAST DNS policy rules ([ludoo](https://github.com/ludoo)) +- [[#3163](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3163)] Allow custom roles in context, add support for shared VPC IAM to project and project factory ([ludoo](https://github.com/ludoo)) +- [[#3154](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3154)] Allow configuring project key format in project factory ([ludoo](https://github.com/ludoo)) +- [[#3106](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3106)] Revert "Make automation project in project factory module optional" ([ludoo](https://github.com/ludoo)) + +### TOOLS + +- [[#3195](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3195)] Add default route action to internal app lb path matcher ([sepehrjavid](https://github.com/sepehrjavid)) +- [[#3179](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3179)] Bypass accounts.google.com in FAST DNS policy rules ([ludoo](https://github.com/ludoo)) +- [[#3160](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3160)] Add notebooks, appengine and appspot to dns policy routing in FAST networking stage ([wiktorn](https://github.com/wiktorn)) + +## [40.2.0] - 2025-06-29 ### BREAKING CHANGES @@ -13,7 +57,8 @@ All notable changes to this project will be documented in this file. ### BLUEPRINTS -- [[#3195](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3195)] Add default route action to internal app lb path matcher ([sepehrjavid](https://github.com/sepehrjavid)) +- [[#3201](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3201)] Update service-agents.yaml ([juliocc](https://github.com/juliocc)) +- [[#3200](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3200)] Remove blueprint metadata validation ([juliocc](https://github.com/juliocc)) - [[#3120](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3120)] Bump Terraform to 1.11 ([juliocc](https://github.com/juliocc)) - [[#3114](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3114)] Allow creation of regional templates in compute-vm module ([ludoo](https://github.com/ludoo)) @@ -45,7 +90,8 @@ All notable changes to this project will be documented in this file. ### MODULES -- [[#3199](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3199)] Rename workflows config variable introduced in #3198 ([ludoo](https://github.com/ludoo)) +- [[#3201](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3201)] Update service-agents.yaml ([juliocc](https://github.com/juliocc)) +- [[#3202](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3202)] Fix ai-applications provider_meta ([juliocc](https://github.com/juliocc)) - [[#3197](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3197)] Create (or import) subnets with empty description ([lnesteroff](https://github.com/lnesteroff)) - [[#3196](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3196)] Added node_pool_auto_config to GKE cluster ([apichick](https://github.com/apichick)) - [[#3195](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3195)] Add default route action to internal app lb path matcher ([sepehrjavid](https://github.com/sepehrjavid)) @@ -99,9 +145,8 @@ All notable changes to this project will be documented in this file. ### TOOLS -- [[#3195](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3195)] Add default route action to internal app lb path matcher ([sepehrjavid](https://github.com/sepehrjavid)) -- [[#3179](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3179)] Bypass accounts.google.com in FAST DNS policy rules ([ludoo](https://github.com/ludoo)) -- [[#3160](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3160)] Add notebooks, appengine and appspot to dns policy routing in FAST networking stage ([wiktorn](https://github.com/wiktorn)) +- [[#3203](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3203)] Add PEP 723 dependencies to tfdoc.py, versions.py and build_service_agents.py ([juliocc](https://github.com/juliocc)) +- [[#3200](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3200)] Remove blueprint metadata validation ([juliocc](https://github.com/juliocc)) - [[#3126](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3126)] Allow multiple types in JSON schema docs tool ([ludoo](https://github.com/ludoo)) - [[#3120](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3120)] Bump Terraform to 1.11 ([juliocc](https://github.com/juliocc)) @@ -1272,7 +1317,8 @@ All notable changes to this project will be documented in this file. - [[#2163](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2163)] feat: add e2e test for pubsub module ([andybubu](https://github.com/andybubu)) -[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.1.0...HEAD +[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.2.0...HEAD +[40.2.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.1.0...40.2.0 [40.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.0.0...40.1.0 [40.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v39.2.0...v40.0.0 [39.2.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v39.1.0...v39.2.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5204f6b40..ad0f08af9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -634,6 +634,8 @@ pip install -r tests/requirements.txt pip install -r tools/requirements.txt ``` +Some of our tools declare their dependencies in a [PEP 723-style](https://peps.python.org/pep-0723/) format, allowing you to execute them directly with `uv run`. For instance, `tools/tfdoc.py` includes its dependencies inline. As a result, when you run `uv run tools/tfdoc.py`, `uv` will automatically download the necessary dependencies for you. + #### Automated checks on PRs We run two GitHub workflows on PRs: diff --git a/blueprints/data-solutions/bq-ml/README.md b/blueprints/data-solutions/bq-ml/README.md index ddc82891f..205c0d617 100644 --- a/blueprints/data-solutions/bq-ml/README.md +++ b/blueprints/data-solutions/bq-ml/README.md @@ -97,5 +97,5 @@ module "test" { prefix = "prefix" } -# tftest modules=9 resources=74 +# tftest modules=9 resources=75 ``` diff --git a/blueprints/data-solutions/data-playground/README.md b/blueprints/data-solutions/data-playground/README.md index 70c0c95f7..35a4c2fed 100644 --- a/blueprints/data-solutions/data-playground/README.md +++ b/blueprints/data-solutions/data-playground/README.md @@ -84,5 +84,5 @@ module "test" { parent = "folders/467898377" } } -# tftest modules=8 resources=73 +# tftest modules=8 resources=74 ``` diff --git a/blueprints/data-solutions/vertex-mlops/README.md b/blueprints/data-solutions/vertex-mlops/README.md index d2c77e5a7..a45abb830 100644 --- a/blueprints/data-solutions/vertex-mlops/README.md +++ b/blueprints/data-solutions/vertex-mlops/README.md @@ -72,7 +72,7 @@ module "test" { project_id = "test-dev" } } -# tftest modules=11 resources=92 +# tftest modules=11 resources=93 ``` ## Variables @@ -128,5 +128,5 @@ module "test" { project_id = "test-dev" } } -# tftest modules=13 resources=97 e2e +# tftest modules=13 resources=98 e2e ``` diff --git a/blueprints/data-solutions/vertex-mlops/metadata.yaml b/blueprints/data-solutions/vertex-mlops/metadata.yaml deleted file mode 100644 index 350e63755..000000000 --- a/blueprints/data-solutions/vertex-mlops/metadata.yaml +++ /dev/null @@ -1,174 +0,0 @@ -# Copyright 2023 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -apiVersion: blueprints.cloud.google.com/v1alpha1 -kind: BlueprintMetadata -metadata: - name: vertex-mlops -spec: - info: - title: MLOps with Vertex AI - source: - repo: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric.git - dir: blueprints/data-solutions/vertex-mlops - sourceType: git - version: 21.0.0 - actuationTool: - type: Terraform - version: '>= 1.3.0' - description: - tagline: Create a Vertex AI environment needed for MLOps. - detailed: |- - This example implements the infrastructure required to deploy an end-to-end MLOps process using Vertex AI platform. - architecture: - - Vertex Workbench (for the experimentation environment). - - GCP Project (optional) to host all the resources. - - Isolated VPC network and a subnet to be used by Vertex and Dataflow. Alternatively, an external Shared VPC can be configured using the `network_config`variable. - - Firewall rule to allow the internal subnet communication required by Dataflow. - - Cloud NAT required to reach the internet from the different computing resources (Vertex and Dataflow). - - GCS buckets to host Vertex AI and Cloud Build Artifacts. By default the buckets will be regional and should match the Vertex AI region for the different resources (i.e. Vertex Managed Dataset) and processes (i.e. Vertex trainining). - - BigQuery Dataset where the training data will be stored. This is optional, since the training data could be already hosted in an existing BigQuery dataset. - - Artifact Registry Docker repository to host the custom images. - - Service account (`PREFIX-sa-mlops`) with the minimum permissions required by Vertex AI and Dataflow (if this service is used inside of the Vertex AI Pipeline). - - Service account (`PREFIX-sa-github@`) to be used by Workload Identity Federation, to federate Github identity (Optional). - - Secret Manager to store the Github SSH key to get access the CICD code repo. - content: - documentation: - - title: Architecture Diagram - url: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/blueprints/data-solutions/vertex-mlops/images/mlops_projects.png - interfaces: - variables: - - name: notebooks - description: Vertex AI workbenches to be deployed. Service Account runtime/instances deployed. - type: |- - map(object({ - type = string - machine_type = optional(string, "n1-standard-4") - internal_ip_only = optional(bool, true) - idle_shutdown = optional(bool, false) - owner = optional(string) - })) - required: true - - name: project_config - description: Provide 'billing_account_id' value if project creation is needed, uses existing 'project_id' if null. Parent is in 'folders/nnn' or 'organizations/nnn' format. - type: |- - object({ - billing_account_id = optional(string) - parent = optional(string) - project_id = string - }) - required: true - - name: bucket_name - description: GCS bucket name to store the Vertex AI artifacts. - type: string - default: null - required: false - - name: dataset_name - description: BigQuery Dataset to store the training data. - type: string - default: null - required: false - - name: groups - description: Name of the groups (group_name@domain.org) to apply opinionated IAM permissions. - type: |- - object({ - gcp-ml-ds = optional(string), - gcp-ml-eng = optional(string), - gcp-ml-viewer = optional(string) - }) - default: {} - required: false - - name: identity_pool_claims - description: "Claims to be used by Workload Identity Federation (i.e.: attribute.repository/ORGANIZATION/REPO). If a not null value is provided, then google_iam_workload_identity_pool resource will be created." - type: string - default: null - required: false - - name: labels - description: Labels to be assigned at project level. - type: map(string) - required: false - default: {} - - name: location - description: Location used for multi-regional resources. - type: string - default: eu - required: false - - name: network_config - description: Shared VPC network configurations to use. If null networks will be created in projects with preconfigured values. - type: |- - object({ - host_project = string - network_self_link = string - subnet_self_link = string - }) - default: null - required: false - - name: prefix - description: Prefix used for the project id. - type: string - default: null - required: false - - name: region - description: Region used for regional resources. - type: string - default: europe-west4 - required: false - - name: repo_name - description: Cloud Source Repository name. null to avoid to create it. - type: string - default: null - required: false - - name: service_encryption_keys - description: Cloud KMS to use to encrypt different services. Key location should match service region. - type: |- - object({ - aiplatform = optional(string) - bq = optional(string) - notebooks = optional(string) - secretmanager = optional(string) - storage = optional(string) - }) - default: {} - required: false - outputs: - - name: github - description: Github Configuration. - - name: notebook - description: Vertex AI notebooks ids. - - name: project - description: The project resource as return by the project module. - requirements: - roles: - - level: Project - roles: - - roles/owner - services: - - aiplatform.googleapis.com - - artifactregistry.googleapis.com - - bigquery.googleapis.com - - bigquerystorage.googleapis.com - - cloudbuild.googleapis.com - - compute.googleapis.com - - datacatalog.googleapis.com - - dataflow.googleapis.com - - iam.googleapis.com - - ml.googleapis.com - - monitoring.googleapis.com - - notebooks.googleapis.com - - secretmanager.googleapis.com - - servicenetworking.googleapis.com - - serviceusage.googleapis.com - - stackdriver.googleapis.com - - storage.googleapis.com - - storage-component.googleapis.com diff --git a/blueprints/gke/patterns/autopilot-cluster/versions.tf b/blueprints/gke/patterns/autopilot-cluster/versions.tf index 03948c65d..83b74a492 100644 --- a/blueprints/gke/patterns/autopilot-cluster/versions.tf +++ b/blueprints/gke/patterns/autopilot-cluster/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:41.0.0-tf" } } diff --git a/blueprints/gke/patterns/autopilot-cluster/versions.tofu b/blueprints/gke/patterns/autopilot-cluster/versions.tofu index e050c437d..dab004524 100644 --- a/blueprints/gke/patterns/autopilot-cluster/versions.tofu +++ b/blueprints/gke/patterns/autopilot-cluster/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:41.0.0-tofu" } } diff --git a/blueprints/gke/patterns/batch/versions.tf b/blueprints/gke/patterns/batch/versions.tf index 6f579c038..77f347642 100644 --- a/blueprints/gke/patterns/batch/versions.tf +++ b/blueprints/gke/patterns/batch/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:41.0.0-tf" } } diff --git a/blueprints/gke/patterns/batch/versions.tofu b/blueprints/gke/patterns/batch/versions.tofu index 9ad8171d8..9941eb2ec 100644 --- a/blueprints/gke/patterns/batch/versions.tofu +++ b/blueprints/gke/patterns/batch/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:41.0.0-tofu" } } diff --git a/blueprints/gke/patterns/kafka/versions.tf b/blueprints/gke/patterns/kafka/versions.tf index c0303a926..bd5da8a94 100644 --- a/blueprints/gke/patterns/kafka/versions.tf +++ b/blueprints/gke/patterns/kafka/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:41.0.0-tf" } } diff --git a/blueprints/gke/patterns/kafka/versions.tofu b/blueprints/gke/patterns/kafka/versions.tofu index eae5c62ff..7004b759f 100644 --- a/blueprints/gke/patterns/kafka/versions.tofu +++ b/blueprints/gke/patterns/kafka/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:41.0.0-tofu" } } diff --git a/blueprints/gke/patterns/kong-cloudrun/versions.tf b/blueprints/gke/patterns/kong-cloudrun/versions.tf index ff58d016b..35aa03864 100644 --- a/blueprints/gke/patterns/kong-cloudrun/versions.tf +++ b/blueprints/gke/patterns/kong-cloudrun/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:41.0.0-tf" } } diff --git a/blueprints/gke/patterns/kong-cloudrun/versions.tofu b/blueprints/gke/patterns/kong-cloudrun/versions.tofu index 55c48f47f..7c2741c2e 100644 --- a/blueprints/gke/patterns/kong-cloudrun/versions.tofu +++ b/blueprints/gke/patterns/kong-cloudrun/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:41.0.0-tofu" } } diff --git a/blueprints/gke/patterns/mysql/versions.tf b/blueprints/gke/patterns/mysql/versions.tf index 7de797cae..36e0fd8da 100644 --- a/blueprints/gke/patterns/mysql/versions.tf +++ b/blueprints/gke/patterns/mysql/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:41.0.0-tf" } } diff --git a/blueprints/gke/patterns/mysql/versions.tofu b/blueprints/gke/patterns/mysql/versions.tofu index e11b39890..ef183b9bf 100644 --- a/blueprints/gke/patterns/mysql/versions.tofu +++ b/blueprints/gke/patterns/mysql/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:41.0.0-tofu" } } diff --git a/blueprints/gke/patterns/redis-cluster/versions.tf b/blueprints/gke/patterns/redis-cluster/versions.tf index 249ce9eec..729c0af60 100644 --- a/blueprints/gke/patterns/redis-cluster/versions.tf +++ b/blueprints/gke/patterns/redis-cluster/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:41.0.0-tf" } } diff --git a/blueprints/gke/patterns/redis-cluster/versions.tofu b/blueprints/gke/patterns/redis-cluster/versions.tofu index 16e7ef3e7..d8f909c73 100644 --- a/blueprints/gke/patterns/redis-cluster/versions.tofu +++ b/blueprints/gke/patterns/redis-cluster/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:41.0.0-tofu" } } diff --git a/blueprints/secops/secops-gke-forwarder/versions.tf b/blueprints/secops/secops-gke-forwarder/versions.tf index 483b7261e..5d472be0f 100644 --- a/blueprints/secops/secops-gke-forwarder/versions.tf +++ b/blueprints/secops/secops-gke-forwarder/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:41.0.0-tf" } } diff --git a/blueprints/secops/secops-gke-forwarder/versions.tofu b/blueprints/secops/secops-gke-forwarder/versions.tofu index 193559817..f5a690096 100644 --- a/blueprints/secops/secops-gke-forwarder/versions.tofu +++ b/blueprints/secops/secops-gke-forwarder/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:41.0.0-tofu" } } diff --git a/default-versions.tf b/default-versions.tf index a0057801b..f6902d11f 100644 --- a/default-versions.tf +++ b/default-versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/path:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/path:41.0.0-tf" } } diff --git a/default-versions.tofu b/default-versions.tofu index 1ff780e37..cc4e379a8 100644 --- a/default-versions.tofu +++ b/default-versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/path:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/path:41.0.0-tofu" } } diff --git a/fast/project-templates/managed-kafka/versions.tf b/fast/project-templates/managed-kafka/versions.tf index 95a623e8d..7a94c7cbb 100644 --- a/fast/project-templates/managed-kafka/versions.tf +++ b/fast/project-templates/managed-kafka/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:41.0.0-tf" } } diff --git a/fast/stages/0-bootstrap/fast_version.txt b/fast/stages/0-bootstrap/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/0-bootstrap/fast_version.txt +++ b/fast/stages/0-bootstrap/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/1-resman/fast_version.txt b/fast/stages/1-resman/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/1-resman/fast_version.txt +++ b/fast/stages/1-resman/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/1-vpcsc/fast_version.txt b/fast/stages/1-vpcsc/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/1-vpcsc/fast_version.txt +++ b/fast/stages/1-vpcsc/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/2-networking-a-simple/fast_version.txt b/fast/stages/2-networking-a-simple/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/2-networking-a-simple/fast_version.txt +++ b/fast/stages/2-networking-a-simple/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/2-networking-b-nva/fast_version.txt b/fast/stages/2-networking-b-nva/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/2-networking-b-nva/fast_version.txt +++ b/fast/stages/2-networking-b-nva/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/2-networking-c-separate-envs/fast_version.txt b/fast/stages/2-networking-c-separate-envs/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/2-networking-c-separate-envs/fast_version.txt +++ b/fast/stages/2-networking-c-separate-envs/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/2-project-factory/fast_version.txt b/fast/stages/2-project-factory/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/2-project-factory/fast_version.txt +++ b/fast/stages/2-project-factory/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/2-secops/fast_version.txt b/fast/stages/2-secops/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/2-secops/fast_version.txt +++ b/fast/stages/2-secops/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/2-security/fast_version.txt b/fast/stages/2-security/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/2-security/fast_version.txt +++ b/fast/stages/2-security/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/3-data-platform-dev/fast_version.txt b/fast/stages/3-data-platform-dev/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/3-data-platform-dev/fast_version.txt +++ b/fast/stages/3-data-platform-dev/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/3-gcve-dev/fast_version.txt b/fast/stages/3-gcve-dev/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/3-gcve-dev/fast_version.txt +++ b/fast/stages/3-gcve-dev/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/3-gke-dev/fast_version.txt b/fast/stages/3-gke-dev/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/3-gke-dev/fast_version.txt +++ b/fast/stages/3-gke-dev/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/fast/stages/3-secops-dev/fast_version.txt b/fast/stages/3-secops-dev/fast_version.txt index 1f5c33f3b..6cdc6f1bd 100644 --- a/fast/stages/3-secops-dev/fast_version.txt +++ b/fast/stages/3-secops-dev/fast_version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FAST release: 40.1.0 \ No newline at end of file +# FAST release: 41.0.0 \ No newline at end of file diff --git a/modules/__experimental_deprecated/alloydb-instance/versions.tf b/modules/__experimental_deprecated/alloydb-instance/versions.tf index 7c8305205..0291fbe22 100644 --- a/modules/__experimental_deprecated/alloydb-instance/versions.tf +++ b/modules/__experimental_deprecated/alloydb-instance/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:41.0.0-tf" } } diff --git a/modules/__experimental_deprecated/alloydb-instance/versions.tofu b/modules/__experimental_deprecated/alloydb-instance/versions.tofu index 5cdc95efd..c00aa672a 100644 --- a/modules/__experimental_deprecated/alloydb-instance/versions.tofu +++ b/modules/__experimental_deprecated/alloydb-instance/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:41.0.0-tofu" } } diff --git a/modules/__experimental_deprecated/net-neg/versions.tf b/modules/__experimental_deprecated/net-neg/versions.tf index 9b0ecead0..64c099c0f 100644 --- a/modules/__experimental_deprecated/net-neg/versions.tf +++ b/modules/__experimental_deprecated/net-neg/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:41.0.0-tf" } } diff --git a/modules/__experimental_deprecated/net-neg/versions.tofu b/modules/__experimental_deprecated/net-neg/versions.tofu index bc290ed16..4b25a2c54 100644 --- a/modules/__experimental_deprecated/net-neg/versions.tofu +++ b/modules/__experimental_deprecated/net-neg/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:41.0.0-tofu" } } diff --git a/modules/__experimental_deprecated/project-iam-magic/versions.tf b/modules/__experimental_deprecated/project-iam-magic/versions.tf index c41ae216a..f75f9ad8c 100644 --- a/modules/__experimental_deprecated/project-iam-magic/versions.tf +++ b/modules/__experimental_deprecated/project-iam-magic/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:41.0.0-tf" } } diff --git a/modules/__experimental_deprecated/project-iam-magic/versions.tofu b/modules/__experimental_deprecated/project-iam-magic/versions.tofu index 696dcd03e..730e766ec 100644 --- a/modules/__experimental_deprecated/project-iam-magic/versions.tofu +++ b/modules/__experimental_deprecated/project-iam-magic/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:41.0.0-tofu" } } diff --git a/modules/ai-applications/versions.tf b/modules/ai-applications/versions.tf index 1bfe296e4..83c951249 100644 --- a/modules/ai-applications/versions.tf +++ b/modules/ai-applications/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:41.0.0-tf" } } diff --git a/modules/ai-applications/versions.tofu b/modules/ai-applications/versions.tofu index ca010be56..ad54c65c3 100644 --- a/modules/ai-applications/versions.tofu +++ b/modules/ai-applications/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:41.0.0-tofu" } } diff --git a/modules/alloydb/versions.tf b/modules/alloydb/versions.tf index 6735f3191..e4fe88829 100644 --- a/modules/alloydb/versions.tf +++ b/modules/alloydb/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:41.0.0-tf" } } diff --git a/modules/alloydb/versions.tofu b/modules/alloydb/versions.tofu index 24359d806..5c655c4bb 100644 --- a/modules/alloydb/versions.tofu +++ b/modules/alloydb/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:41.0.0-tofu" } } diff --git a/modules/analytics-hub/versions.tf b/modules/analytics-hub/versions.tf index 5cf60ec5b..16e8f34f2 100644 --- a/modules/analytics-hub/versions.tf +++ b/modules/analytics-hub/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:41.0.0-tf" } } diff --git a/modules/analytics-hub/versions.tofu b/modules/analytics-hub/versions.tofu index 20c7afd33..33d4b1630 100644 --- a/modules/analytics-hub/versions.tofu +++ b/modules/analytics-hub/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:41.0.0-tofu" } } diff --git a/modules/api-gateway/versions.tf b/modules/api-gateway/versions.tf index 1ceda9e68..daa825755 100644 --- a/modules/api-gateway/versions.tf +++ b/modules/api-gateway/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:41.0.0-tf" } } diff --git a/modules/api-gateway/versions.tofu b/modules/api-gateway/versions.tofu index b965d84f0..c75bdec24 100644 --- a/modules/api-gateway/versions.tofu +++ b/modules/api-gateway/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:41.0.0-tofu" } } diff --git a/modules/apigee/versions.tf b/modules/apigee/versions.tf index cc2cfe01a..90eca0d32 100644 --- a/modules/apigee/versions.tf +++ b/modules/apigee/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:41.0.0-tf" } } diff --git a/modules/apigee/versions.tofu b/modules/apigee/versions.tofu index de6eb50db..6f290e2db 100644 --- a/modules/apigee/versions.tofu +++ b/modules/apigee/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:41.0.0-tofu" } } diff --git a/modules/artifact-registry/versions.tf b/modules/artifact-registry/versions.tf index 2fc173a09..61a7654d8 100644 --- a/modules/artifact-registry/versions.tf +++ b/modules/artifact-registry/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:41.0.0-tf" } } diff --git a/modules/artifact-registry/versions.tofu b/modules/artifact-registry/versions.tofu index 4609c64ac..87b3e6b50 100644 --- a/modules/artifact-registry/versions.tofu +++ b/modules/artifact-registry/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:41.0.0-tofu" } } diff --git a/modules/bigquery-dataset/versions.tf b/modules/bigquery-dataset/versions.tf index 91ffe6fec..e89095ac8 100644 --- a/modules/bigquery-dataset/versions.tf +++ b/modules/bigquery-dataset/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:41.0.0-tf" } } diff --git a/modules/bigquery-dataset/versions.tofu b/modules/bigquery-dataset/versions.tofu index 9b64c7f06..49d206954 100644 --- a/modules/bigquery-dataset/versions.tofu +++ b/modules/bigquery-dataset/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:41.0.0-tofu" } } diff --git a/modules/bigtable-instance/versions.tf b/modules/bigtable-instance/versions.tf index 8a130ab67..9a2e74be8 100644 --- a/modules/bigtable-instance/versions.tf +++ b/modules/bigtable-instance/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:41.0.0-tf" } } diff --git a/modules/bigtable-instance/versions.tofu b/modules/bigtable-instance/versions.tofu index 3d5e3d8ef..f871e4c8d 100644 --- a/modules/bigtable-instance/versions.tofu +++ b/modules/bigtable-instance/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:41.0.0-tofu" } } diff --git a/modules/billing-account/versions.tf b/modules/billing-account/versions.tf index 51152a6e7..832c057e5 100644 --- a/modules/billing-account/versions.tf +++ b/modules/billing-account/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:41.0.0-tf" } } diff --git a/modules/billing-account/versions.tofu b/modules/billing-account/versions.tofu index b889e94a0..f3601ca98 100644 --- a/modules/billing-account/versions.tofu +++ b/modules/billing-account/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:41.0.0-tofu" } } diff --git a/modules/binauthz/versions.tf b/modules/binauthz/versions.tf index 38aa3304a..47374fc0f 100644 --- a/modules/binauthz/versions.tf +++ b/modules/binauthz/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:41.0.0-tf" } } diff --git a/modules/binauthz/versions.tofu b/modules/binauthz/versions.tofu index e3926e339..ab441de86 100644 --- a/modules/binauthz/versions.tofu +++ b/modules/binauthz/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:41.0.0-tofu" } } diff --git a/modules/certificate-authority-service/versions.tf b/modules/certificate-authority-service/versions.tf index 680ee177d..bb5de9030 100644 --- a/modules/certificate-authority-service/versions.tf +++ b/modules/certificate-authority-service/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:41.0.0-tf" } } diff --git a/modules/certificate-authority-service/versions.tofu b/modules/certificate-authority-service/versions.tofu index 80091c891..50718d7e1 100644 --- a/modules/certificate-authority-service/versions.tofu +++ b/modules/certificate-authority-service/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:41.0.0-tofu" } } diff --git a/modules/certificate-manager/versions.tf b/modules/certificate-manager/versions.tf index 3d10e8cf5..1d48a0c62 100644 --- a/modules/certificate-manager/versions.tf +++ b/modules/certificate-manager/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:41.0.0-tf" } } diff --git a/modules/certificate-manager/versions.tofu b/modules/certificate-manager/versions.tofu index 56b55b95e..aecb0dacf 100644 --- a/modules/certificate-manager/versions.tofu +++ b/modules/certificate-manager/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:41.0.0-tofu" } } diff --git a/modules/cloud-config-container/__need_fixing/onprem/versions.tf b/modules/cloud-config-container/__need_fixing/onprem/versions.tf index 3e5c87343..a98b9f97f 100644 --- a/modules/cloud-config-container/__need_fixing/onprem/versions.tf +++ b/modules/cloud-config-container/__need_fixing/onprem/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:41.0.0-tf" } } diff --git a/modules/cloud-config-container/__need_fixing/onprem/versions.tofu b/modules/cloud-config-container/__need_fixing/onprem/versions.tofu index 68cfe0282..35490d3f2 100644 --- a/modules/cloud-config-container/__need_fixing/onprem/versions.tofu +++ b/modules/cloud-config-container/__need_fixing/onprem/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:41.0.0-tofu" } } diff --git a/modules/cloud-config-container/__need_fixing/squid/versions.tf b/modules/cloud-config-container/__need_fixing/squid/versions.tf index d21c56ae9..639ee4c14 100644 --- a/modules/cloud-config-container/__need_fixing/squid/versions.tf +++ b/modules/cloud-config-container/__need_fixing/squid/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:41.0.0-tf" } } diff --git a/modules/cloud-config-container/__need_fixing/squid/versions.tofu b/modules/cloud-config-container/__need_fixing/squid/versions.tofu index ea3d769cc..1e3850c35 100644 --- a/modules/cloud-config-container/__need_fixing/squid/versions.tofu +++ b/modules/cloud-config-container/__need_fixing/squid/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:41.0.0-tofu" } } diff --git a/modules/cloud-config-container/bindplane/versions.tf b/modules/cloud-config-container/bindplane/versions.tf index bc5430ccb..c412082e2 100644 --- a/modules/cloud-config-container/bindplane/versions.tf +++ b/modules/cloud-config-container/bindplane/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:41.0.0-tf" } } diff --git a/modules/cloud-config-container/bindplane/versions.tofu b/modules/cloud-config-container/bindplane/versions.tofu index fc899cff2..52502134c 100644 --- a/modules/cloud-config-container/bindplane/versions.tofu +++ b/modules/cloud-config-container/bindplane/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:41.0.0-tofu" } } diff --git a/modules/cloud-config-container/coredns/versions.tf b/modules/cloud-config-container/coredns/versions.tf index 614f95ba2..84d5070da 100644 --- a/modules/cloud-config-container/coredns/versions.tf +++ b/modules/cloud-config-container/coredns/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:41.0.0-tf" } } diff --git a/modules/cloud-config-container/coredns/versions.tofu b/modules/cloud-config-container/coredns/versions.tofu index 589948ecb..4d5cac4e0 100644 --- a/modules/cloud-config-container/coredns/versions.tofu +++ b/modules/cloud-config-container/coredns/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:41.0.0-tofu" } } diff --git a/modules/cloud-config-container/cos-generic-metadata/versions.tf b/modules/cloud-config-container/cos-generic-metadata/versions.tf index 9d97c471e..d0efa4e4d 100644 --- a/modules/cloud-config-container/cos-generic-metadata/versions.tf +++ b/modules/cloud-config-container/cos-generic-metadata/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:41.0.0-tf" } } diff --git a/modules/cloud-config-container/cos-generic-metadata/versions.tofu b/modules/cloud-config-container/cos-generic-metadata/versions.tofu index cbb942ea8..a3d5d1d93 100644 --- a/modules/cloud-config-container/cos-generic-metadata/versions.tofu +++ b/modules/cloud-config-container/cos-generic-metadata/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:41.0.0-tofu" } } diff --git a/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy/versions.tf b/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy/versions.tf index 2d0dfed44..0ffcdf9b4 100644 --- a/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy/versions.tf +++ b/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:41.0.0-tf" } } diff --git a/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy/versions.tofu b/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy/versions.tofu index a6cc842de..3116d5158 100644 --- a/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy/versions.tofu +++ b/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:41.0.0-tofu" } } diff --git a/modules/cloud-config-container/envoy-traffic-director/versions.tf b/modules/cloud-config-container/envoy-traffic-director/versions.tf index 5a3fe2cdd..83b0dc5f7 100644 --- a/modules/cloud-config-container/envoy-traffic-director/versions.tf +++ b/modules/cloud-config-container/envoy-traffic-director/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:41.0.0-tf" } } diff --git a/modules/cloud-config-container/envoy-traffic-director/versions.tofu b/modules/cloud-config-container/envoy-traffic-director/versions.tofu index 0a60ce229..90b765822 100644 --- a/modules/cloud-config-container/envoy-traffic-director/versions.tofu +++ b/modules/cloud-config-container/envoy-traffic-director/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:41.0.0-tofu" } } diff --git a/modules/cloud-config-container/mysql/versions.tf b/modules/cloud-config-container/mysql/versions.tf index 72dc9c77f..d850ff09b 100644 --- a/modules/cloud-config-container/mysql/versions.tf +++ b/modules/cloud-config-container/mysql/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:41.0.0-tf" } } diff --git a/modules/cloud-config-container/mysql/versions.tofu b/modules/cloud-config-container/mysql/versions.tofu index f509d6ef9..61f1ee574 100644 --- a/modules/cloud-config-container/mysql/versions.tofu +++ b/modules/cloud-config-container/mysql/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:41.0.0-tofu" } } diff --git a/modules/cloud-config-container/nginx-tls/versions.tf b/modules/cloud-config-container/nginx-tls/versions.tf index 757a8f048..a72121a46 100644 --- a/modules/cloud-config-container/nginx-tls/versions.tf +++ b/modules/cloud-config-container/nginx-tls/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:41.0.0-tf" } } diff --git a/modules/cloud-config-container/nginx-tls/versions.tofu b/modules/cloud-config-container/nginx-tls/versions.tofu index afa64321b..975817f4e 100644 --- a/modules/cloud-config-container/nginx-tls/versions.tofu +++ b/modules/cloud-config-container/nginx-tls/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:41.0.0-tofu" } } diff --git a/modules/cloud-config-container/nginx/versions.tf b/modules/cloud-config-container/nginx/versions.tf index ac21423dd..300b4a004 100644 --- a/modules/cloud-config-container/nginx/versions.tf +++ b/modules/cloud-config-container/nginx/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:41.0.0-tf" } } diff --git a/modules/cloud-config-container/nginx/versions.tofu b/modules/cloud-config-container/nginx/versions.tofu index 0df5abc72..2fe4ff370 100644 --- a/modules/cloud-config-container/nginx/versions.tofu +++ b/modules/cloud-config-container/nginx/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:41.0.0-tofu" } } diff --git a/modules/cloud-config-container/simple-nva/versions.tf b/modules/cloud-config-container/simple-nva/versions.tf index 53e5d6444..17cc41b9f 100644 --- a/modules/cloud-config-container/simple-nva/versions.tf +++ b/modules/cloud-config-container/simple-nva/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:41.0.0-tf" } } diff --git a/modules/cloud-config-container/simple-nva/versions.tofu b/modules/cloud-config-container/simple-nva/versions.tofu index db931bdb7..36eb79ea3 100644 --- a/modules/cloud-config-container/simple-nva/versions.tofu +++ b/modules/cloud-config-container/simple-nva/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:41.0.0-tofu" } } diff --git a/modules/cloud-deploy/versions.tf b/modules/cloud-deploy/versions.tf index 45fd47935..9555c3d70 100644 --- a/modules/cloud-deploy/versions.tf +++ b/modules/cloud-deploy/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:41.0.0-tf" } } diff --git a/modules/cloud-deploy/versions.tofu b/modules/cloud-deploy/versions.tofu index 26a249225..be8207e08 100644 --- a/modules/cloud-deploy/versions.tofu +++ b/modules/cloud-deploy/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:41.0.0-tofu" } } diff --git a/modules/cloud-function-v1/versions.tf b/modules/cloud-function-v1/versions.tf index 8d6954039..04ccf04bd 100644 --- a/modules/cloud-function-v1/versions.tf +++ b/modules/cloud-function-v1/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:41.0.0-tf" } } diff --git a/modules/cloud-function-v1/versions.tofu b/modules/cloud-function-v1/versions.tofu index 500b31d4f..82ea3b967 100644 --- a/modules/cloud-function-v1/versions.tofu +++ b/modules/cloud-function-v1/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:41.0.0-tofu" } } diff --git a/modules/cloud-function-v2/versions.tf b/modules/cloud-function-v2/versions.tf index 97d3dd175..ca6fbf42f 100644 --- a/modules/cloud-function-v2/versions.tf +++ b/modules/cloud-function-v2/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:41.0.0-tf" } } diff --git a/modules/cloud-function-v2/versions.tofu b/modules/cloud-function-v2/versions.tofu index c019805e9..dac3cf75a 100644 --- a/modules/cloud-function-v2/versions.tofu +++ b/modules/cloud-function-v2/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:41.0.0-tofu" } } diff --git a/modules/cloud-identity-group/versions.tf b/modules/cloud-identity-group/versions.tf index a51f9fb6d..9742000b8 100644 --- a/modules/cloud-identity-group/versions.tf +++ b/modules/cloud-identity-group/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:41.0.0-tf" } } diff --git a/modules/cloud-identity-group/versions.tofu b/modules/cloud-identity-group/versions.tofu index 3a2188212..bc0773cc4 100644 --- a/modules/cloud-identity-group/versions.tofu +++ b/modules/cloud-identity-group/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:41.0.0-tofu" } } diff --git a/modules/cloud-run-v2/versions.tf b/modules/cloud-run-v2/versions.tf index 990a89d83..810c0463b 100644 --- a/modules/cloud-run-v2/versions.tf +++ b/modules/cloud-run-v2/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:41.0.0-tf" } } diff --git a/modules/cloud-run-v2/versions.tofu b/modules/cloud-run-v2/versions.tofu index 17679d558..25be53078 100644 --- a/modules/cloud-run-v2/versions.tofu +++ b/modules/cloud-run-v2/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:41.0.0-tofu" } } diff --git a/modules/cloud-run/versions.tf b/modules/cloud-run/versions.tf index da6e7f301..2d7217bce 100644 --- a/modules/cloud-run/versions.tf +++ b/modules/cloud-run/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:41.0.0-tf" } } diff --git a/modules/cloud-run/versions.tofu b/modules/cloud-run/versions.tofu index 2f52f4d69..d58c23ba3 100644 --- a/modules/cloud-run/versions.tofu +++ b/modules/cloud-run/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:41.0.0-tofu" } } diff --git a/modules/cloudsql-instance/versions.tf b/modules/cloudsql-instance/versions.tf index 8de0ce062..46c1765ce 100644 --- a/modules/cloudsql-instance/versions.tf +++ b/modules/cloudsql-instance/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:41.0.0-tf" } } diff --git a/modules/cloudsql-instance/versions.tofu b/modules/cloudsql-instance/versions.tofu index de1999251..548d42b0a 100644 --- a/modules/cloudsql-instance/versions.tofu +++ b/modules/cloudsql-instance/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:41.0.0-tofu" } } diff --git a/modules/compute-mig/versions.tf b/modules/compute-mig/versions.tf index df862a7e3..39d80d8cf 100644 --- a/modules/compute-mig/versions.tf +++ b/modules/compute-mig/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:41.0.0-tf" } } diff --git a/modules/compute-mig/versions.tofu b/modules/compute-mig/versions.tofu index 5096cf57f..9327ac9aa 100644 --- a/modules/compute-mig/versions.tofu +++ b/modules/compute-mig/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:41.0.0-tofu" } } diff --git a/modules/compute-vm/versions.tf b/modules/compute-vm/versions.tf index 4e735e790..e9fe8784e 100644 --- a/modules/compute-vm/versions.tf +++ b/modules/compute-vm/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:41.0.0-tf" } } diff --git a/modules/compute-vm/versions.tofu b/modules/compute-vm/versions.tofu index be5a4a8a9..8923c2bc9 100644 --- a/modules/compute-vm/versions.tofu +++ b/modules/compute-vm/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:41.0.0-tofu" } } diff --git a/modules/container-registry/versions.tf b/modules/container-registry/versions.tf index f690a5874..ac02e7f99 100644 --- a/modules/container-registry/versions.tf +++ b/modules/container-registry/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:41.0.0-tf" } } diff --git a/modules/container-registry/versions.tofu b/modules/container-registry/versions.tofu index b9550663e..6f36da4be 100644 --- a/modules/container-registry/versions.tofu +++ b/modules/container-registry/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:41.0.0-tofu" } } diff --git a/modules/data-catalog-policy-tag/versions.tf b/modules/data-catalog-policy-tag/versions.tf index 27db5266e..7564dc5f3 100644 --- a/modules/data-catalog-policy-tag/versions.tf +++ b/modules/data-catalog-policy-tag/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:41.0.0-tf" } } diff --git a/modules/data-catalog-policy-tag/versions.tofu b/modules/data-catalog-policy-tag/versions.tofu index 70fab6e3c..ae7ae7860 100644 --- a/modules/data-catalog-policy-tag/versions.tofu +++ b/modules/data-catalog-policy-tag/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:41.0.0-tofu" } } diff --git a/modules/data-catalog-tag-template/versions.tf b/modules/data-catalog-tag-template/versions.tf index 8053b24a6..f338bba60 100644 --- a/modules/data-catalog-tag-template/versions.tf +++ b/modules/data-catalog-tag-template/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:41.0.0-tf" } } diff --git a/modules/data-catalog-tag-template/versions.tofu b/modules/data-catalog-tag-template/versions.tofu index c551c2621..1cb799df4 100644 --- a/modules/data-catalog-tag-template/versions.tofu +++ b/modules/data-catalog-tag-template/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:41.0.0-tofu" } } diff --git a/modules/data-catalog-tag/versions.tf b/modules/data-catalog-tag/versions.tf index cdac9780e..01b675e84 100644 --- a/modules/data-catalog-tag/versions.tf +++ b/modules/data-catalog-tag/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:41.0.0-tf" } } diff --git a/modules/data-catalog-tag/versions.tofu b/modules/data-catalog-tag/versions.tofu index dea4cfca1..decfa2333 100644 --- a/modules/data-catalog-tag/versions.tofu +++ b/modules/data-catalog-tag/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:41.0.0-tofu" } } diff --git a/modules/dataform-repository/versions.tf b/modules/dataform-repository/versions.tf index 21b690fe0..b8194665a 100644 --- a/modules/dataform-repository/versions.tf +++ b/modules/dataform-repository/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:41.0.0-tf" } } diff --git a/modules/dataform-repository/versions.tofu b/modules/dataform-repository/versions.tofu index 1ff154508..7591afca2 100644 --- a/modules/dataform-repository/versions.tofu +++ b/modules/dataform-repository/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:41.0.0-tofu" } } diff --git a/modules/datafusion/versions.tf b/modules/datafusion/versions.tf index 26bfeeab9..ef2718593 100644 --- a/modules/datafusion/versions.tf +++ b/modules/datafusion/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:41.0.0-tf" } } diff --git a/modules/datafusion/versions.tofu b/modules/datafusion/versions.tofu index f9b718cb7..f6370d589 100644 --- a/modules/datafusion/versions.tofu +++ b/modules/datafusion/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:41.0.0-tofu" } } diff --git a/modules/dataplex-aspect-types/versions.tf b/modules/dataplex-aspect-types/versions.tf index 7c19531aa..328406183 100644 --- a/modules/dataplex-aspect-types/versions.tf +++ b/modules/dataplex-aspect-types/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:41.0.0-tf" } } diff --git a/modules/dataplex-aspect-types/versions.tofu b/modules/dataplex-aspect-types/versions.tofu index a355f3a4c..7e66f4ce0 100644 --- a/modules/dataplex-aspect-types/versions.tofu +++ b/modules/dataplex-aspect-types/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:41.0.0-tofu" } } diff --git a/modules/dataplex-datascan/versions.tf b/modules/dataplex-datascan/versions.tf index 2b4a30d0e..b6b6ddbff 100644 --- a/modules/dataplex-datascan/versions.tf +++ b/modules/dataplex-datascan/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:41.0.0-tf" } } diff --git a/modules/dataplex-datascan/versions.tofu b/modules/dataplex-datascan/versions.tofu index 71f8992fb..c302497f4 100644 --- a/modules/dataplex-datascan/versions.tofu +++ b/modules/dataplex-datascan/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:41.0.0-tofu" } } diff --git a/modules/dataplex/versions.tf b/modules/dataplex/versions.tf index b0c3c438c..67a406bbe 100644 --- a/modules/dataplex/versions.tf +++ b/modules/dataplex/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:41.0.0-tf" } } diff --git a/modules/dataplex/versions.tofu b/modules/dataplex/versions.tofu index 57cca918a..26a106de3 100644 --- a/modules/dataplex/versions.tofu +++ b/modules/dataplex/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:41.0.0-tofu" } } diff --git a/modules/dataproc/versions.tf b/modules/dataproc/versions.tf index bf3612528..d28df17f4 100644 --- a/modules/dataproc/versions.tf +++ b/modules/dataproc/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:41.0.0-tf" } } diff --git a/modules/dataproc/versions.tofu b/modules/dataproc/versions.tofu index a04325ecb..551e9e58e 100644 --- a/modules/dataproc/versions.tofu +++ b/modules/dataproc/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:41.0.0-tofu" } } diff --git a/modules/dns-response-policy/versions.tf b/modules/dns-response-policy/versions.tf index 71d011271..8035bf32b 100644 --- a/modules/dns-response-policy/versions.tf +++ b/modules/dns-response-policy/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:41.0.0-tf" } } diff --git a/modules/dns-response-policy/versions.tofu b/modules/dns-response-policy/versions.tofu index b62b84090..45add22c0 100644 --- a/modules/dns-response-policy/versions.tofu +++ b/modules/dns-response-policy/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:41.0.0-tofu" } } diff --git a/modules/dns/versions.tf b/modules/dns/versions.tf index d75574b50..5df0257bb 100644 --- a/modules/dns/versions.tf +++ b/modules/dns/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:41.0.0-tf" } } diff --git a/modules/dns/versions.tofu b/modules/dns/versions.tofu index c3449425d..2b21f9997 100644 --- a/modules/dns/versions.tofu +++ b/modules/dns/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:41.0.0-tofu" } } diff --git a/modules/endpoints/versions.tf b/modules/endpoints/versions.tf index 39032ff10..a1c7ddfcd 100644 --- a/modules/endpoints/versions.tf +++ b/modules/endpoints/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:41.0.0-tf" } } diff --git a/modules/endpoints/versions.tofu b/modules/endpoints/versions.tofu index 7b33b1820..3753ca868 100644 --- a/modules/endpoints/versions.tofu +++ b/modules/endpoints/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:41.0.0-tofu" } } diff --git a/modules/firestore/versions.tf b/modules/firestore/versions.tf index 300004681..f24e13c74 100644 --- a/modules/firestore/versions.tf +++ b/modules/firestore/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:41.0.0-tf" } } diff --git a/modules/firestore/versions.tofu b/modules/firestore/versions.tofu index 1a9e6b9ff..ca15fa439 100644 --- a/modules/firestore/versions.tofu +++ b/modules/firestore/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:41.0.0-tofu" } } diff --git a/modules/folder/versions.tf b/modules/folder/versions.tf index 71920621c..77c4593a8 100644 --- a/modules/folder/versions.tf +++ b/modules/folder/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:41.0.0-tf" } } diff --git a/modules/folder/versions.tofu b/modules/folder/versions.tofu index 8c59dc89e..3f7ef92b0 100644 --- a/modules/folder/versions.tofu +++ b/modules/folder/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:41.0.0-tofu" } } diff --git a/modules/gcs/versions.tf b/modules/gcs/versions.tf index d6b1bccd7..caf755d5e 100644 --- a/modules/gcs/versions.tf +++ b/modules/gcs/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:41.0.0-tf" } } diff --git a/modules/gcs/versions.tofu b/modules/gcs/versions.tofu index 8f2220151..98e667a62 100644 --- a/modules/gcs/versions.tofu +++ b/modules/gcs/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:41.0.0-tofu" } } diff --git a/modules/gcve-private-cloud/versions.tf b/modules/gcve-private-cloud/versions.tf index 0ec1967d3..9daa2ce94 100644 --- a/modules/gcve-private-cloud/versions.tf +++ b/modules/gcve-private-cloud/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:41.0.0-tf" } } diff --git a/modules/gcve-private-cloud/versions.tofu b/modules/gcve-private-cloud/versions.tofu index e99bc5021..80eb28700 100644 --- a/modules/gcve-private-cloud/versions.tofu +++ b/modules/gcve-private-cloud/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:41.0.0-tofu" } } diff --git a/modules/gke-cluster-autopilot/versions.tf b/modules/gke-cluster-autopilot/versions.tf index ad413a0b9..9fe8184de 100644 --- a/modules/gke-cluster-autopilot/versions.tf +++ b/modules/gke-cluster-autopilot/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:41.0.0-tf" } } diff --git a/modules/gke-cluster-autopilot/versions.tofu b/modules/gke-cluster-autopilot/versions.tofu index 15257f06b..ca5661a7f 100644 --- a/modules/gke-cluster-autopilot/versions.tofu +++ b/modules/gke-cluster-autopilot/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:41.0.0-tofu" } } diff --git a/modules/gke-cluster-standard/versions.tf b/modules/gke-cluster-standard/versions.tf index 0399a12fa..1aec97a07 100644 --- a/modules/gke-cluster-standard/versions.tf +++ b/modules/gke-cluster-standard/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:41.0.0-tf" } } diff --git a/modules/gke-cluster-standard/versions.tofu b/modules/gke-cluster-standard/versions.tofu index d15cd53da..a47ca8dcc 100644 --- a/modules/gke-cluster-standard/versions.tofu +++ b/modules/gke-cluster-standard/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:41.0.0-tofu" } } diff --git a/modules/gke-hub/versions.tf b/modules/gke-hub/versions.tf index 3d185a281..34d87d2f2 100644 --- a/modules/gke-hub/versions.tf +++ b/modules/gke-hub/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:41.0.0-tf" } } diff --git a/modules/gke-hub/versions.tofu b/modules/gke-hub/versions.tofu index 118aa6764..5e1df19de 100644 --- a/modules/gke-hub/versions.tofu +++ b/modules/gke-hub/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:41.0.0-tofu" } } diff --git a/modules/gke-nodepool/versions.tf b/modules/gke-nodepool/versions.tf index 42826d0cc..2a6bf4248 100644 --- a/modules/gke-nodepool/versions.tf +++ b/modules/gke-nodepool/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:41.0.0-tf" } } diff --git a/modules/gke-nodepool/versions.tofu b/modules/gke-nodepool/versions.tofu index 8fa94b353..72f37ca34 100644 --- a/modules/gke-nodepool/versions.tofu +++ b/modules/gke-nodepool/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:41.0.0-tofu" } } diff --git a/modules/iam-service-account/versions.tf b/modules/iam-service-account/versions.tf index 0ec905706..70a34f432 100644 --- a/modules/iam-service-account/versions.tf +++ b/modules/iam-service-account/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:41.0.0-tf" } } diff --git a/modules/iam-service-account/versions.tofu b/modules/iam-service-account/versions.tofu index 8ccb44f04..0dc769440 100644 --- a/modules/iam-service-account/versions.tofu +++ b/modules/iam-service-account/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:41.0.0-tofu" } } diff --git a/modules/kms/versions.tf b/modules/kms/versions.tf index a12549790..801fa9f1b 100644 --- a/modules/kms/versions.tf +++ b/modules/kms/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:41.0.0-tf" } } diff --git a/modules/kms/versions.tofu b/modules/kms/versions.tofu index 4b8864eb2..926b44a0d 100644 --- a/modules/kms/versions.tofu +++ b/modules/kms/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:41.0.0-tofu" } } diff --git a/modules/logging-bucket/versions.tf b/modules/logging-bucket/versions.tf index c959ac628..c9a7978cd 100644 --- a/modules/logging-bucket/versions.tf +++ b/modules/logging-bucket/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:41.0.0-tf" } } diff --git a/modules/logging-bucket/versions.tofu b/modules/logging-bucket/versions.tofu index 94cfd095c..fa4c0196c 100644 --- a/modules/logging-bucket/versions.tofu +++ b/modules/logging-bucket/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:41.0.0-tofu" } } diff --git a/modules/looker-core/versions.tf b/modules/looker-core/versions.tf index dbb9129e6..ba43a5fe0 100644 --- a/modules/looker-core/versions.tf +++ b/modules/looker-core/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:41.0.0-tf" } } diff --git a/modules/looker-core/versions.tofu b/modules/looker-core/versions.tofu index 07fa954c0..2769dd7bf 100644 --- a/modules/looker-core/versions.tofu +++ b/modules/looker-core/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:41.0.0-tofu" } } diff --git a/modules/managed-kafka/versions.tf b/modules/managed-kafka/versions.tf index f1403330f..de7374802 100644 --- a/modules/managed-kafka/versions.tf +++ b/modules/managed-kafka/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:41.0.0-tf" } } diff --git a/modules/managed-kafka/versions.tofu b/modules/managed-kafka/versions.tofu index 90ab98dd3..813c45a70 100644 --- a/modules/managed-kafka/versions.tofu +++ b/modules/managed-kafka/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:41.0.0-tofu" } } diff --git a/modules/ncc-spoke-ra/versions.tf b/modules/ncc-spoke-ra/versions.tf index 3a5b96058..cfb919a49 100644 --- a/modules/ncc-spoke-ra/versions.tf +++ b/modules/ncc-spoke-ra/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:41.0.0-tf" } } diff --git a/modules/ncc-spoke-ra/versions.tofu b/modules/ncc-spoke-ra/versions.tofu index 8d450f9e5..585b8b284 100644 --- a/modules/ncc-spoke-ra/versions.tofu +++ b/modules/ncc-spoke-ra/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:41.0.0-tofu" } } diff --git a/modules/net-address/versions.tf b/modules/net-address/versions.tf index e00c28aaa..699c550bd 100644 --- a/modules/net-address/versions.tf +++ b/modules/net-address/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:41.0.0-tf" } } diff --git a/modules/net-address/versions.tofu b/modules/net-address/versions.tofu index 0bbd82511..59f9aedbc 100644 --- a/modules/net-address/versions.tofu +++ b/modules/net-address/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:41.0.0-tofu" } } diff --git a/modules/net-cloudnat/versions.tf b/modules/net-cloudnat/versions.tf index f3d0c4d86..506b2460b 100644 --- a/modules/net-cloudnat/versions.tf +++ b/modules/net-cloudnat/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:41.0.0-tf" } } diff --git a/modules/net-cloudnat/versions.tofu b/modules/net-cloudnat/versions.tofu index b5177f47a..9b2599d0d 100644 --- a/modules/net-cloudnat/versions.tofu +++ b/modules/net-cloudnat/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:41.0.0-tofu" } } diff --git a/modules/net-firewall-policy/versions.tf b/modules/net-firewall-policy/versions.tf index adb2275bb..75b9bf3c5 100644 --- a/modules/net-firewall-policy/versions.tf +++ b/modules/net-firewall-policy/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:41.0.0-tf" } } diff --git a/modules/net-firewall-policy/versions.tofu b/modules/net-firewall-policy/versions.tofu index ac0922328..830e5df0e 100644 --- a/modules/net-firewall-policy/versions.tofu +++ b/modules/net-firewall-policy/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:41.0.0-tofu" } } diff --git a/modules/net-ipsec-over-interconnect/versions.tf b/modules/net-ipsec-over-interconnect/versions.tf index 4de08d884..1761a4381 100644 --- a/modules/net-ipsec-over-interconnect/versions.tf +++ b/modules/net-ipsec-over-interconnect/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:41.0.0-tf" } } diff --git a/modules/net-ipsec-over-interconnect/versions.tofu b/modules/net-ipsec-over-interconnect/versions.tofu index ca5e695c5..bf8b00f4b 100644 --- a/modules/net-ipsec-over-interconnect/versions.tofu +++ b/modules/net-ipsec-over-interconnect/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:41.0.0-tofu" } } diff --git a/modules/net-lb-app-ext-regional/versions.tf b/modules/net-lb-app-ext-regional/versions.tf index 98b2d8e1c..9704faf10 100644 --- a/modules/net-lb-app-ext-regional/versions.tf +++ b/modules/net-lb-app-ext-regional/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:41.0.0-tf" } } diff --git a/modules/net-lb-app-ext-regional/versions.tofu b/modules/net-lb-app-ext-regional/versions.tofu index da0ec8899..837b0498e 100644 --- a/modules/net-lb-app-ext-regional/versions.tofu +++ b/modules/net-lb-app-ext-regional/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:41.0.0-tofu" } } diff --git a/modules/net-lb-app-ext/versions.tf b/modules/net-lb-app-ext/versions.tf index ed123f123..3af7d03ff 100644 --- a/modules/net-lb-app-ext/versions.tf +++ b/modules/net-lb-app-ext/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:41.0.0-tf" } } diff --git a/modules/net-lb-app-ext/versions.tofu b/modules/net-lb-app-ext/versions.tofu index 246ffac41..035675a76 100644 --- a/modules/net-lb-app-ext/versions.tofu +++ b/modules/net-lb-app-ext/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:41.0.0-tofu" } } diff --git a/modules/net-lb-app-int-cross-region/versions.tf b/modules/net-lb-app-int-cross-region/versions.tf index 9edb546d4..4d6e1ce88 100644 --- a/modules/net-lb-app-int-cross-region/versions.tf +++ b/modules/net-lb-app-int-cross-region/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:41.0.0-tf" } } diff --git a/modules/net-lb-app-int-cross-region/versions.tofu b/modules/net-lb-app-int-cross-region/versions.tofu index 2a73cb8e5..e2947f847 100644 --- a/modules/net-lb-app-int-cross-region/versions.tofu +++ b/modules/net-lb-app-int-cross-region/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:41.0.0-tofu" } } diff --git a/modules/net-lb-app-int/versions.tf b/modules/net-lb-app-int/versions.tf index 5a81fd135..c137f44ad 100644 --- a/modules/net-lb-app-int/versions.tf +++ b/modules/net-lb-app-int/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:41.0.0-tf" } } diff --git a/modules/net-lb-app-int/versions.tofu b/modules/net-lb-app-int/versions.tofu index f0c93cd6e..3ac1d9c90 100644 --- a/modules/net-lb-app-int/versions.tofu +++ b/modules/net-lb-app-int/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:41.0.0-tofu" } } diff --git a/modules/net-lb-ext/versions.tf b/modules/net-lb-ext/versions.tf index c089afde3..ae9bb1c57 100644 --- a/modules/net-lb-ext/versions.tf +++ b/modules/net-lb-ext/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:41.0.0-tf" } } diff --git a/modules/net-lb-ext/versions.tofu b/modules/net-lb-ext/versions.tofu index f1296764a..50dcefd25 100644 --- a/modules/net-lb-ext/versions.tofu +++ b/modules/net-lb-ext/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:41.0.0-tofu" } } diff --git a/modules/net-lb-int/versions.tf b/modules/net-lb-int/versions.tf index e057aa8f5..aecb4ef1d 100644 --- a/modules/net-lb-int/versions.tf +++ b/modules/net-lb-int/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:41.0.0-tf" } } diff --git a/modules/net-lb-int/versions.tofu b/modules/net-lb-int/versions.tofu index 592bf14ee..ea6efdd67 100644 --- a/modules/net-lb-int/versions.tofu +++ b/modules/net-lb-int/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:41.0.0-tofu" } } diff --git a/modules/net-lb-proxy-int/versions.tf b/modules/net-lb-proxy-int/versions.tf index bdbce39a7..d567c77b2 100644 --- a/modules/net-lb-proxy-int/versions.tf +++ b/modules/net-lb-proxy-int/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:41.0.0-tf" } } diff --git a/modules/net-lb-proxy-int/versions.tofu b/modules/net-lb-proxy-int/versions.tofu index 36d365b5b..2be58283a 100644 --- a/modules/net-lb-proxy-int/versions.tofu +++ b/modules/net-lb-proxy-int/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:41.0.0-tofu" } } diff --git a/modules/net-swp/versions.tf b/modules/net-swp/versions.tf index 20f13dd0c..cb4553569 100644 --- a/modules/net-swp/versions.tf +++ b/modules/net-swp/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:41.0.0-tf" } } diff --git a/modules/net-swp/versions.tofu b/modules/net-swp/versions.tofu index ff56f4b67..9e332be4b 100644 --- a/modules/net-swp/versions.tofu +++ b/modules/net-swp/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:41.0.0-tofu" } } diff --git a/modules/net-vlan-attachment/versions.tf b/modules/net-vlan-attachment/versions.tf index 4477061fe..80588958a 100644 --- a/modules/net-vlan-attachment/versions.tf +++ b/modules/net-vlan-attachment/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:41.0.0-tf" } } diff --git a/modules/net-vlan-attachment/versions.tofu b/modules/net-vlan-attachment/versions.tofu index 39b919180..fedaf80ce 100644 --- a/modules/net-vlan-attachment/versions.tofu +++ b/modules/net-vlan-attachment/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:41.0.0-tofu" } } diff --git a/modules/net-vpc-factory/versions.tf b/modules/net-vpc-factory/versions.tf index 8c564a763..af1c05807 100644 --- a/modules/net-vpc-factory/versions.tf +++ b/modules/net-vpc-factory/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:41.0.0-tf" } } diff --git a/modules/net-vpc-factory/versions.tofu b/modules/net-vpc-factory/versions.tofu index 7cff86458..6ba80f550 100644 --- a/modules/net-vpc-factory/versions.tofu +++ b/modules/net-vpc-factory/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:41.0.0-tofu" } } diff --git a/modules/net-vpc-firewall/versions.tf b/modules/net-vpc-firewall/versions.tf index a8f8b7f0e..ec416eab6 100644 --- a/modules/net-vpc-firewall/versions.tf +++ b/modules/net-vpc-firewall/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:41.0.0-tf" } } diff --git a/modules/net-vpc-firewall/versions.tofu b/modules/net-vpc-firewall/versions.tofu index fd6764282..36d8a5db5 100644 --- a/modules/net-vpc-firewall/versions.tofu +++ b/modules/net-vpc-firewall/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:41.0.0-tofu" } } diff --git a/modules/net-vpc-peering/versions.tf b/modules/net-vpc-peering/versions.tf index 5d6c5ef0c..b29df6619 100644 --- a/modules/net-vpc-peering/versions.tf +++ b/modules/net-vpc-peering/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:41.0.0-tf" } } diff --git a/modules/net-vpc-peering/versions.tofu b/modules/net-vpc-peering/versions.tofu index 90eb2b0eb..40d8d14f0 100644 --- a/modules/net-vpc-peering/versions.tofu +++ b/modules/net-vpc-peering/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:41.0.0-tofu" } } diff --git a/modules/net-vpc/versions.tf b/modules/net-vpc/versions.tf index b0493812c..20c49bfc1 100644 --- a/modules/net-vpc/versions.tf +++ b/modules/net-vpc/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:41.0.0-tf" } } diff --git a/modules/net-vpc/versions.tofu b/modules/net-vpc/versions.tofu index edd2c355c..8ca2df66d 100644 --- a/modules/net-vpc/versions.tofu +++ b/modules/net-vpc/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:41.0.0-tofu" } } diff --git a/modules/net-vpn-dynamic/versions.tf b/modules/net-vpn-dynamic/versions.tf index efd5c7386..67b9379de 100644 --- a/modules/net-vpn-dynamic/versions.tf +++ b/modules/net-vpn-dynamic/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:41.0.0-tf" } } diff --git a/modules/net-vpn-dynamic/versions.tofu b/modules/net-vpn-dynamic/versions.tofu index 68b066227..4dec4dc4d 100644 --- a/modules/net-vpn-dynamic/versions.tofu +++ b/modules/net-vpn-dynamic/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:41.0.0-tofu" } } diff --git a/modules/net-vpn-ha/versions.tf b/modules/net-vpn-ha/versions.tf index bdaa60f07..9b6ec0380 100644 --- a/modules/net-vpn-ha/versions.tf +++ b/modules/net-vpn-ha/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:41.0.0-tf" } } diff --git a/modules/net-vpn-ha/versions.tofu b/modules/net-vpn-ha/versions.tofu index 131153c7b..e55c3605b 100644 --- a/modules/net-vpn-ha/versions.tofu +++ b/modules/net-vpn-ha/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:41.0.0-tofu" } } diff --git a/modules/net-vpn-static/versions.tf b/modules/net-vpn-static/versions.tf index 8fa05aad9..fbc720ea5 100644 --- a/modules/net-vpn-static/versions.tf +++ b/modules/net-vpn-static/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:41.0.0-tf" } } diff --git a/modules/net-vpn-static/versions.tofu b/modules/net-vpn-static/versions.tofu index 0cb50df4c..d6571d4ff 100644 --- a/modules/net-vpn-static/versions.tofu +++ b/modules/net-vpn-static/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:41.0.0-tofu" } } diff --git a/modules/organization/versions.tf b/modules/organization/versions.tf index 931282155..bf7e5f69c 100644 --- a/modules/organization/versions.tf +++ b/modules/organization/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:41.0.0-tf" } } diff --git a/modules/organization/versions.tofu b/modules/organization/versions.tofu index a8aec0ef6..341790584 100644 --- a/modules/organization/versions.tofu +++ b/modules/organization/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:41.0.0-tofu" } } diff --git a/modules/project/service-agents.yaml b/modules/project/service-agents.yaml index f024a58f5..08967a456 100644 --- a/modules/project/service-agents.yaml +++ b/modules/project/service-agents.yaml @@ -72,7 +72,7 @@ display_name: API Hub Service Account api: apihub.googleapis.com identity: service-${project_number}@gcp-sa-apihub.${universe_domain}iam.gserviceaccount.com - role: null + role: roles/apihub.runtimeProjectServiceAgent is_primary: true aliases: [] - name: apikeys @@ -329,6 +329,13 @@ is_primary: false aliases: - bq +- name: biglakerestcatalog + display_name: BigLake Iceberg Rest Catalog API Service Agent + api: biglake.googleapis.com + identity: blirc-${project_number}-IDENTIFIER@gcp-sa-biglakerestcatalog.${universe_domain}iam.gserviceaccount.com + role: null + is_primary: false + aliases: [] - name: bigqueryconnection display_name: BigQuery Connection Service Agent api: bigqueryconnection.googleapis.com @@ -632,6 +639,13 @@ role: null is_primary: true aliases: [] +- name: observability + display_name: Cloud Observability Service Account + api: observability.googleapis.com + identity: service-${project_number}@gcp-sa-observability.${universe_domain}iam.gserviceaccount.com + role: null + is_primary: true + aliases: [] - name: cloudoptim display_name: Cloud Optimization Service Agent api: cloudoptimization.googleapis.com @@ -737,6 +751,13 @@ role: roles/workflows.serviceAgent is_primary: true aliases: [] +- name: workstations + display_name: Cloud Workstations Service Agent + api: workstations.googleapis.com + identity: service-${project_number}@gcp-sa-workstations.${universe_domain}iam.gserviceaccount.com + role: roles/workstations.serviceAgent + is_primary: true + aliases: [] - name: compute-system display_name: Compute Engine Service Agent api: compute.googleapis.com @@ -896,7 +917,7 @@ display_name: Developer Connect Service Account api: developerconnect.googleapis.com identity: service-${project_number}@gcp-sa-devconnect.${universe_domain}iam.gserviceaccount.com - role: null + role: roles/developerconnect.serviceAgent is_primary: true aliases: [] - name: dialogflow-cmek @@ -976,6 +997,13 @@ role: null is_primary: true aliases: [] +- name: firebasevertexai + display_name: Firebase AI Logic Service Account + api: firebasevertexai.googleapis.com + identity: service-${project_number}@gcp-sa-firebasevertexai.${universe_domain}iam.gserviceaccount.com + role: roles/firebaseml.serviceAgent + is_primary: true + aliases: [] - name: firebaseappcheck display_name: Firebase App Check Service Account api: firebaseappcheck.googleapis.com @@ -1094,7 +1122,7 @@ display_name: Google Cloud Dataproc Resource Manager Node Service Agent api: dataprocrm.googleapis.com identity: service-${project_number}@gcp-sa-dataprocrmnode.${universe_domain}iam.gserviceaccount.com - role: roles/dataprocrm.defaultNodeServiceAgent + role: roles/dataprocrm.nodeServiceAgent is_primary: true aliases: [] - name: dataproc-accounts @@ -1208,13 +1236,6 @@ role: null is_primary: false aliases: [] -- name: issuerswitch - display_name: Issuer Switch Service Account - api: issuerswitch.googleapis.com - identity: service-${project_number}@gcp-sa-issuerswitch.${universe_domain}iam.gserviceaccount.com - role: null - is_primary: true - aliases: [] - name: krmapihosting display_name: KRM API Hosting Service Account api: krmapihosting.googleapis.com @@ -1266,6 +1287,13 @@ role: roles/looker.serviceAgent is_primary: true aliases: [] +- name: lustre + display_name: Lustre Service Agent + api: lustre.googleapis.com + identity: service-${project_number}@gcp-sa-lustre.${universe_domain}iam.gserviceaccount.com + role: null + is_primary: true + aliases: [] - name: managedflink display_name: Managed Flink Service Agent api: managedflink.googleapis.com @@ -1372,6 +1400,13 @@ role: roles/parallelstore.serviceAgent is_primary: true aliases: [] +- name: pm + display_name: Parameter Manager Service Account + api: parametermanager.googleapis.com + identity: service-${project_number}@gcp-sa-pm.${universe_domain}iam.gserviceaccount.com + role: null + is_primary: true + aliases: [] - name: privateca display_name: Private CA Service Account api: privateca.googleapis.com @@ -1428,6 +1463,13 @@ role: roles/retail.serviceAgent is_primary: true aliases: [] +- name: saasservicemgmt + display_name: SaaS Service Management Service Account + api: saasservicemgmt.googleapis.com + identity: service-${project_number}@gcp-sa-saasservicemgmt.${universe_domain}iam.gserviceaccount.com + role: roles/saasservicemgmt.serviceAgent + is_primary: true + aliases: [] - name: secretmanager display_name: Secret Manager Service Account api: secretmanager.googleapis.com @@ -1589,6 +1631,20 @@ role: roles/aiplatform.extensionCustomCodeServiceAgent is_primary: false aliases: [] +- name: vertex-logging + display_name: Vertex AI Logging Service Agent + api: aiplatform.googleapis.com + identity: service-${project_number}@gcp-sa-vertex-logging.${universe_domain}iam.gserviceaccount.com + role: null + is_primary: false + aliases: [] +- name: vertex-moss-ft + display_name: Vertex AI Managed OSS Fine Tuning Service Agent + api: aiplatform.googleapis.com + identity: service-${project_number}@gcp-sa-vertex-moss-ft.${universe_domain}iam.gserviceaccount.com + role: roles/aiplatform.tuningServiceAgent + is_primary: false + aliases: [] - name: vertex-mm display_name: Vertex AI Model Monitoring Service Agent api: aiplatform.googleapis.com @@ -1617,13 +1673,6 @@ role: roles/aiplatform.tuningServiceAgent is_primary: false aliases: [] -- name: firebasevertexai - display_name: Vertex AI in Firebase Service Account - api: firebasevertexai.googleapis.com - identity: service-${project_number}@gcp-sa-firebasevertexai.${universe_domain}iam.gserviceaccount.com - role: roles/firebaseml.serviceAgent - is_primary: true - aliases: [] - name: vertex-agent display_name: Vertex Agent Service Agent api: aiplatform.googleapis.com @@ -1659,13 +1708,6 @@ role: roles/workloadmanager.serviceAgent is_primary: true aliases: [] -- name: workstations - display_name: Workstations Service Account - api: workstations.googleapis.com - identity: service-${project_number}@gcp-sa-workstations.${universe_domain}iam.gserviceaccount.com - role: roles/workstations.serviceAgent - is_primary: true - aliases: [] - name: workstationsvm display_name: Workstations VM Default Service Account api: workstations.googleapis.com diff --git a/modules/project/versions.tf b/modules/project/versions.tf index d6a747312..35b407287 100644 --- a/modules/project/versions.tf +++ b/modules/project/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:41.0.0-tf" } } diff --git a/modules/project/versions.tofu b/modules/project/versions.tofu index f893fae9d..7c53342c0 100644 --- a/modules/project/versions.tofu +++ b/modules/project/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:41.0.0-tofu" } } diff --git a/modules/projects-data-source/versions.tf b/modules/projects-data-source/versions.tf index aa0d141df..0b32a1be1 100644 --- a/modules/projects-data-source/versions.tf +++ b/modules/projects-data-source/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:41.0.0-tf" } } diff --git a/modules/projects-data-source/versions.tofu b/modules/projects-data-source/versions.tofu index 7377ca07d..41e4ca6fc 100644 --- a/modules/projects-data-source/versions.tofu +++ b/modules/projects-data-source/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:41.0.0-tofu" } } diff --git a/modules/pubsub/versions.tf b/modules/pubsub/versions.tf index cd7564a00..bd6a30bc3 100644 --- a/modules/pubsub/versions.tf +++ b/modules/pubsub/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:41.0.0-tf" } } diff --git a/modules/pubsub/versions.tofu b/modules/pubsub/versions.tofu index 440267cbf..846e0b556 100644 --- a/modules/pubsub/versions.tofu +++ b/modules/pubsub/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:41.0.0-tofu" } } diff --git a/modules/secops-rules/versions.tf b/modules/secops-rules/versions.tf index 2e1e5263f..34d7a2ebd 100644 --- a/modules/secops-rules/versions.tf +++ b/modules/secops-rules/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:41.0.0-tf" } } diff --git a/modules/secops-rules/versions.tofu b/modules/secops-rules/versions.tofu index 9a594e0f4..01a4cae77 100644 --- a/modules/secops-rules/versions.tofu +++ b/modules/secops-rules/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:41.0.0-tofu" } } diff --git a/modules/secret-manager/versions.tf b/modules/secret-manager/versions.tf index f2525eea3..3fa5357b9 100644 --- a/modules/secret-manager/versions.tf +++ b/modules/secret-manager/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:41.0.0-tf" } } diff --git a/modules/secret-manager/versions.tofu b/modules/secret-manager/versions.tofu index 7dfa78326..324c8713b 100644 --- a/modules/secret-manager/versions.tofu +++ b/modules/secret-manager/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:41.0.0-tofu" } } diff --git a/modules/secure-source-manager-instance/versions.tf b/modules/secure-source-manager-instance/versions.tf index 7acd60b7f..b0ab7589a 100644 --- a/modules/secure-source-manager-instance/versions.tf +++ b/modules/secure-source-manager-instance/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:41.0.0-tf" } } diff --git a/modules/secure-source-manager-instance/versions.tofu b/modules/secure-source-manager-instance/versions.tofu index be06c6178..a7a142636 100644 --- a/modules/secure-source-manager-instance/versions.tofu +++ b/modules/secure-source-manager-instance/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:41.0.0-tofu" } } diff --git a/modules/service-directory/versions.tf b/modules/service-directory/versions.tf index 1c63383e4..d22bde55f 100644 --- a/modules/service-directory/versions.tf +++ b/modules/service-directory/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:41.0.0-tf" } } diff --git a/modules/service-directory/versions.tofu b/modules/service-directory/versions.tofu index 0d4a8c311..c794a168b 100644 --- a/modules/service-directory/versions.tofu +++ b/modules/service-directory/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:41.0.0-tofu" } } diff --git a/modules/source-repository/versions.tf b/modules/source-repository/versions.tf index 22cd4960f..223896061 100644 --- a/modules/source-repository/versions.tf +++ b/modules/source-repository/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:41.0.0-tf" } } diff --git a/modules/source-repository/versions.tofu b/modules/source-repository/versions.tofu index c3d83b225..73d2145d7 100644 --- a/modules/source-repository/versions.tofu +++ b/modules/source-repository/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:41.0.0-tofu" } } diff --git a/modules/spanner-instance/versions.tf b/modules/spanner-instance/versions.tf index 7cd7f8836..0497ba059 100644 --- a/modules/spanner-instance/versions.tf +++ b/modules/spanner-instance/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:41.0.0-tf" } } diff --git a/modules/spanner-instance/versions.tofu b/modules/spanner-instance/versions.tofu index 21ecf902b..d94a3c3d5 100644 --- a/modules/spanner-instance/versions.tofu +++ b/modules/spanner-instance/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:41.0.0-tofu" } } diff --git a/modules/vpc-sc/versions.tf b/modules/vpc-sc/versions.tf index d713590fd..3d1f6d1ae 100644 --- a/modules/vpc-sc/versions.tf +++ b/modules/vpc-sc/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:41.0.0-tf" } } diff --git a/modules/vpc-sc/versions.tofu b/modules/vpc-sc/versions.tofu index eac57992d..9178ed39a 100644 --- a/modules/vpc-sc/versions.tofu +++ b/modules/vpc-sc/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:41.0.0-tofu" } } diff --git a/modules/workstation-cluster/versions.tf b/modules/workstation-cluster/versions.tf index 6247ff892..4fc77fc35 100644 --- a/modules/workstation-cluster/versions.tf +++ b/modules/workstation-cluster/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:41.0.0-tf" } } diff --git a/modules/workstation-cluster/versions.tofu b/modules/workstation-cluster/versions.tofu index 0057b038f..4874c52e7 100644 --- a/modules/workstation-cluster/versions.tofu +++ b/modules/workstation-cluster/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:41.0.0-tofu" } } diff --git a/tests/examples_e2e/setup_module/versions.tf b/tests/examples_e2e/setup_module/versions.tf index afb69ead9..b49b819e1 100644 --- a/tests/examples_e2e/setup_module/versions.tf +++ b/tests/examples_e2e/setup_module/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:41.0.0-tf" } } diff --git a/tests/examples_e2e/setup_module/versions.tofu b/tests/examples_e2e/setup_module/versions.tofu index 2b142e96a..f4b28fe64 100644 --- a/tests/examples_e2e/setup_module/versions.tofu +++ b/tests/examples_e2e/setup_module/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:41.0.0-tofu" } } diff --git a/tools/bpmetadataschema.json b/tools/bpmetadataschema.json deleted file mode 100644 index 42ae0d3a4..000000000 --- a/tools/bpmetadataschema.json +++ /dev/null @@ -1,966 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli/bpmetadata/blueprint-metadata", - "$ref": "#/$defs/BlueprintMetadata", - "$defs": { - "BlueprintActuationTool": { - "properties": { - "type": { - "type": "string" - }, - "version": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintArchitecture": { - "properties": { - "diagram": { - "type": "string" - }, - "description": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "diagram", - "description" - ] - }, - "BlueprintAuthor": { - "properties": { - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "url": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "title" - ] - }, - "BlueprintCloudProduct": { - "properties": { - "productId": { - "type": "string" - }, - "pageUrl": { - "type": "string" - }, - "label": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "pageUrl" - ] - }, - "BlueprintContent": { - "properties": { - "architecture": { - "$ref": "#/$defs/BlueprintArchitecture" - }, - "diagrams": { - "items": { - "$ref": "#/$defs/BlueprintDiagram" - }, - "type": "array" - }, - "documentation": { - "items": { - "$ref": "#/$defs/BlueprintListContent" - }, - "type": "array" - }, - "subBlueprints": { - "items": { - "$ref": "#/$defs/BlueprintMiscContent" - }, - "type": "array" - }, - "examples": { - "items": { - "$ref": "#/$defs/BlueprintMiscContent" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintCostEstimate": { - "properties": { - "description": { - "type": "string" - }, - "url": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "description", - "url" - ] - }, - "BlueprintDescription": { - "properties": { - "tagline": { - "type": "string" - }, - "detailed": { - "type": "string" - }, - "preDeploy": { - "type": "string" - }, - "html": { - "type": "string" - }, - "eulaUrls": { - "items": { - "type": "string" - }, - "type": "array" - }, - "architecture": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintDiagram": { - "properties": { - "name": { - "type": "string" - }, - "altText": { - "type": "string" - }, - "description": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "name" - ] - }, - "BlueprintInfo": { - "properties": { - "title": { - "type": "string" - }, - "source": { - "$ref": "#/$defs/BlueprintRepoDetail" - }, - "version": { - "type": "string" - }, - "actuationTool": { - "$ref": "#/$defs/BlueprintActuationTool" - }, - "description": { - "$ref": "#/$defs/BlueprintDescription" - }, - "icon": { - "type": "string" - }, - "deploymentDuration": { - "$ref": "#/$defs/BlueprintTimeEstimate" - }, - "costEstimate": { - "$ref": "#/$defs/BlueprintCostEstimate" - }, - "cloudProducts": { - "items": { - "$ref": "#/$defs/BlueprintCloudProduct" - }, - "type": "array" - }, - "quotaDetails": { - "items": { - "$ref": "#/$defs/BlueprintQuotaDetail" - }, - "type": "array" - }, - "author": { - "$ref": "#/$defs/BlueprintAuthor" - }, - "softwareGroups": { - "items": { - "$ref": "#/$defs/BlueprintSoftwareGroup" - }, - "type": "array" - }, - "supportInfo": { - "$ref": "#/$defs/BlueprintSupport" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "title", - "source" - ] - }, - "BlueprintInterface": { - "properties": { - "variables": { - "items": { - "$ref": "#/$defs/BlueprintVariable" - }, - "type": "array" - }, - "variableGroups": { - "items": { - "$ref": "#/$defs/BlueprintVariableGroup" - }, - "type": "array" - }, - "outputs": { - "items": { - "$ref": "#/$defs/BlueprintOutput" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintListContent": { - "properties": { - "title": { - "type": "string" - }, - "url": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "title" - ] - }, - "BlueprintMetadata": { - "properties": { - "apiVersion": { - "type": "string" - }, - "kind": { - "type": "string" - }, - "metadata": { - "$ref": "#/$defs/ObjectMeta" - }, - "spec": { - "$ref": "#/$defs/BlueprintMetadataSpec" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "spec" - ] - }, - "BlueprintMetadataSpec": { - "properties": { - "info": { - "$ref": "#/$defs/BlueprintInfo" - }, - "content": { - "$ref": "#/$defs/BlueprintContent" - }, - "interfaces": { - "$ref": "#/$defs/BlueprintInterface" - }, - "requirements": { - "$ref": "#/$defs/BlueprintRequirements" - }, - "ui": { - "$ref": "#/$defs/BlueprintUI" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintMiscContent": { - "properties": { - "name": { - "type": "string" - }, - "location": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "name" - ] - }, - "BlueprintOutput": { - "properties": { - "name": { - "type": "string" - }, - "description": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "name" - ] - }, - "BlueprintQuotaDetail": { - "properties": { - "variable": { - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "GCE_INSTANCE", - "GCE_DISK" - ] - }, - "quotaType": { - "patternProperties": { - ".*": { - "type": "string" - } - }, - "type": "object" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "type", - "quotaType" - ] - }, - "BlueprintRepoDetail": { - "properties": { - "repo": { - "type": "string" - }, - "sourceType": { - "type": "string" - }, - "dir": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "repo", - "sourceType" - ] - }, - "BlueprintRequirements": { - "properties": { - "roles": { - "items": { - "$ref": "#/$defs/BlueprintRoles" - }, - "type": "array" - }, - "services": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintRoles": { - "properties": { - "level": { - "type": "string" - }, - "roles": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "level", - "roles" - ] - }, - "BlueprintSoftware": { - "properties": { - "title": { - "type": "string" - }, - "version": { - "type": "string" - }, - "url": { - "type": "string" - }, - "licenseUrl": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "title" - ] - }, - "BlueprintSoftwareGroup": { - "properties": { - "type": { - "type": "string", - "enum": [ - "UNSPECIFIED", - "OS" - ] - }, - "software": { - "items": { - "$ref": "#/$defs/BlueprintSoftware" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintSupport": { - "properties": { - "description": { - "type": "string" - }, - "url": { - "type": "string" - }, - "entity": { - "type": "string" - }, - "showSupportId": { - "type": "boolean" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "description" - ] - }, - "BlueprintTimeEstimate": { - "properties": { - "configuration": { - "type": "integer" - }, - "deployment": { - "type": "integer" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintUI": { - "properties": { - "input": { - "$ref": "#/$defs/BlueprintUIInput" - }, - "runtime": { - "$ref": "#/$defs/BlueprintUIOutput" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintUIInput": { - "properties": { - "variables": { - "patternProperties": { - ".*": { - "$ref": "#/$defs/DisplayVariable" - } - }, - "type": "object" - }, - "sections": { - "items": { - "$ref": "#/$defs/DisplaySection" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintUIOutput": { - "properties": { - "outputMessage": { - "type": "string" - }, - "suggestedActions": { - "items": { - "$ref": "#/$defs/UIActionItem" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintVariable": { - "properties": { - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "type": { - "type": "string" - }, - "default": true, - "required": { - "type": "boolean" - } - }, - "additionalProperties": false, - "type": "object" - }, - "BlueprintVariableGroup": { - "properties": { - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "variables": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "name" - ] - }, - "DisplaySection": { - "properties": { - "name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "tooltip": { - "type": "string" - }, - "subtext": { - "type": "string" - }, - "parent": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "name" - ] - }, - "DisplayVariable": { - "properties": { - "name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "invisible": { - "type": "boolean" - }, - "tooltip": { - "type": "string" - }, - "placeholder": { - "type": "string" - }, - "regexValidation": { - "type": "string" - }, - "minItems": { - "type": "integer" - }, - "maxItems": { - "type": "integer" - }, - "minLength": { - "type": "integer" - }, - "maxLength": { - "type": "integer" - }, - "min": { - "type": "integer" - }, - "max": { - "type": "integer" - }, - "section": { - "type": "string" - }, - "x-googleProperty": { - "$ref": "#/$defs/GooglePropertyExtension" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "name" - ] - }, - "GCEDiskSizeExtension": { - "properties": { - "diskTypeVariable": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "diskTypeVariable" - ] - }, - "GCEExternalIPExtension": { - "properties": { - "networkVariable": { - "type": "string" - }, - "externalIpType": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "networkVariable" - ] - }, - "GCEFirewallExtension": { - "properties": { - "networkVariable": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "networkVariable" - ] - }, - "GCEFirewallRangeExtension": { - "properties": { - "firewallVariable": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "firewallVariable" - ] - }, - "GCEGPUCountExtension": { - "properties": { - "machineTypeVariable": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "machineTypeVariable" - ] - }, - "GCEGPUTypeExtension": { - "properties": { - "machineType": { - "type": "string" - }, - "gpuType": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "machineType" - ] - }, - "GCEGenericResourceExtension": { - "properties": { - "resourceVariable": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "resourceVariable" - ] - }, - "GCEIPForwardingExtension": { - "properties": { - "networkVariable": { - "type": "string" - }, - "notConfigurable": { - "type": "boolean" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "networkVariable" - ] - }, - "GCELocationExtension": { - "properties": { - "allowlistedZones": { - "items": { - "type": "string" - }, - "type": "array" - }, - "allowlistedRegions": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object" - }, - "GCEMachineTypeExtension": { - "properties": { - "minCpu": { - "type": "integer" - }, - "minRamGb": { - "type": "integer" - }, - "disallowCustomMachineTypes": { - "type": "boolean" - } - }, - "additionalProperties": false, - "type": "object" - }, - "GCENetworkExtension": { - "properties": { - "allowSharedVpcs": { - "type": "boolean" - }, - "machineTypeVariable": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "machineTypeVariable" - ] - }, - "GCESubnetworkExtension": { - "properties": { - "networkVariable": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "networkVariable" - ] - }, - "GooglePropertyExtension": { - "properties": { - "type": { - "type": "string", - "enum": [ - "EMAIL_ADDRESS", - "MULTI_LINE_STRING", - "GCE_DISK_IMAGE", - "GCE_DISK_TYPE", - "GCE_DISK_SIZE", - "GCE_MACHINE_TYPE", - "GCE_NETWORK", - "GCE_ZONE", - "GCE_SUBNETWORK", - "GCE_REGION", - "GCE_GPU_TYPE", - "GCE_GPU_COUNT", - "GCE_EXTERNAL_IP", - "GCE_IP_FORWARDING", - "GCE_FIREWALL", - "GCE_FIREWALL_RANGE", - "GCE_GENERIC_RESOURCE", - "GCS_BUCKET", - "IAM_SERVICE_ACCOUNT" - ] - }, - "zoneProperty": { - "type": "string" - }, - "gceMachineType": { - "$ref": "#/$defs/GCEMachineTypeExtension" - }, - "gceDiskSize": { - "$ref": "#/$defs/GCEDiskSizeExtension" - }, - "gceSubnetwork": { - "$ref": "#/$defs/GCESubnetworkExtension" - }, - "gceResource": { - "$ref": "#/$defs/GCEGenericResourceExtension" - }, - "gceGpuType": { - "$ref": "#/$defs/GCEGPUTypeExtension" - }, - "gceGpuCount": { - "$ref": "#/$defs/GCEGPUCountExtension" - }, - "gceNetwork": { - "$ref": "#/$defs/GCENetworkExtension" - }, - "gceExternalIp": { - "$ref": "#/$defs/GCEExternalIPExtension" - }, - "gceIpForwarding": { - "$ref": "#/$defs/GCEIPForwardingExtension" - }, - "gceFirewall": { - "$ref": "#/$defs/GCEFirewallExtension" - }, - "gceFirewallRange": { - "$ref": "#/$defs/GCEFirewallRangeExtension" - }, - "gceZone": { - "$ref": "#/$defs/GCELocationExtension" - }, - "gceRegion": { - "$ref": "#/$defs/GCELocationExtension" - }, - "iamServiceAccount": { - "$ref": "#/$defs/IAMServiceAccountExtension" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "type" - ] - }, - "IAMServiceAccountExtension": { - "properties": { - "roles": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "roles" - ] - }, - "ObjectMeta": { - "properties": { - "name": { - "type": "string" - }, - "namespace": { - "type": "string" - }, - "labels": { - "patternProperties": { - ".*": { - "type": "string" - } - }, - "type": "object" - }, - "annotations": { - "patternProperties": { - ".*": { - "type": "string" - } - }, - "type": "object" - } - }, - "additionalProperties": false, - "type": "object" - }, - "UIActionItem": { - "properties": { - "heading": { - "type": "string" - }, - "description": { - "type": "string" - }, - "snippet": { - "type": "string" - }, - "showIf": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object", - "required": [ - "heading" - ] - } - } -} \ No newline at end of file diff --git a/tools/build_service_agents.py b/tools/build_service_agents.py index 8dc023d8f..55b4ff573 100755 --- a/tools/build_service_agents.py +++ b/tools/build_service_agents.py @@ -13,6 +13,16 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# +# /// script +# requires-python = ">=3.11" +# dependencies = [ +# "BeautifulSoup4", +# "click", +# "requests", +# "pyyaml", +# ] +# /// from dataclasses import asdict, dataclass from itertools import chain @@ -43,6 +53,11 @@ ALIASES = { 'serverless-robot-prod': ['cloudrun', 'run'], } +IGNORED_AGENTS = [ + # Alloydb has two agents. Ignore the non-primary one + 'c-PROJECT_NUMBER-IDENTIFIER@gcp-sa-alloydb.iam.gserviceaccount.com' +] + E2E_SERVICES = [ "alloydb.googleapis.com", "analyticshub.googleapis.com", @@ -110,6 +125,9 @@ def main(e2e=False): continue identity = col1.p.get_text() + if identity in IGNORED_AGENTS: + continue + # skip agents that are not contained in a project if 'PROJECT_NUMBER' not in identity: continue diff --git a/tools/lint.sh b/tools/lint.sh index 1832b7e80..38da3dc6a 100755 --- a/tools/lint.sh +++ b/tools/lint.sh @@ -36,8 +36,5 @@ yapf -p -d -r \ tools/*.py \ blueprints -echo -- Blueprint metadata -- -python3 tools/validate_metadata.py -v blueprints --verbose --failed-only - echo -- Version checks -- find . -type f -name 'versions.tf' -exec diff -I '[[:space:]]*module_name' -ub default-versions.tf {} \; diff --git a/tools/lockfile/versions.tf b/tools/lockfile/versions.tf index 543458aef..43174f42f 100644 --- a/tools/lockfile/versions.tf +++ b/tools/lockfile/versions.tf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:41.0.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:40.1.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:41.0.0-tf" } } diff --git a/tools/lockfile/versions.tofu b/tools/lockfile/versions.tofu index 654128624..aa7436e10 100644 --- a/tools/lockfile/versions.tofu +++ b/tools/lockfile/versions.tofu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Fabric release: 40.1.0 +# Fabric release: 41.0.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:41.0.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:40.1.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:41.0.0-tofu" } } diff --git a/tools/tfdoc.py b/tools/tfdoc.py index 9cbd17d74..fb764195c 100755 --- a/tools/tfdoc.py +++ b/tools/tfdoc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2024 Google LLC +# Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,6 +13,14 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# +# /// script +# requires-python = ">=3.11" +# dependencies = [ +# "click", +# "marko", +# ] +# /// '''Generate tables for Terraform root module files, outputs and variables. This tool generates nicely formatted Markdown tables from Terraform source diff --git a/tools/validate_metadata.py b/tools/validate_metadata.py deleted file mode 100755 index 2e5f55cc3..000000000 --- a/tools/validate_metadata.py +++ /dev/null @@ -1,92 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright 2023 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -'''Validate a YAML file against the standard blueprint metadata schema[1] - -[1] https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/cli/bpmetadata/schema/bpmetadataschema.json -''' - -import enum -import json -import sys -from dataclasses import dataclass -from pathlib import Path - -import click -import jsonschema -import yaml - -SCHEMA_PATH = Path(__file__).parent / 'bpmetadataschema.json' - - -class State(enum.Enum): - INVALID: int = 0 - OK: int = 1 - - -@dataclass -class ValidationResult: - state: State - errors: dict[str, str] - - -def _validate(path: Path, validator) -> ValidationResult: - with open(path) as f: - metadata = yaml.safe_load(f) - - errors = { - error.json_path: error.message - for error in validator.iter_errors(metadata) - } - - state = State.OK if not errors else State.INVALID - return ValidationResult(state=state, errors=errors) - - -@click.command() -@click.argument('dirs', type=click.Path(exists=True, file_okay=False), nargs=-1) -@click.option('-v', '--verbose', is_flag=True, default=False, - help='Print additional validation details.') -@click.option('--failed-only', is_flag=True, default=False) -def main(dirs: list[str], verbose: bool, failed_only=False) -> int: - instances = set() - for dir_name in dirs: - instances |= set(Path(dir_name).glob("**/metadata.yaml")) - - with open(SCHEMA_PATH) as f: - schema = json.load(f) - validator = jsonschema.validators.Draft202012Validator(schema) - - failed_files = {} - for instance in instances: - result = _validate(instance, validator) - if result.state == State.OK: - if not failed_only: - print(f'[✓] {instance}') - else: - print(f'[✗] {instance}') - failed_files[instance] = result.errors - - if verbose: - for file_path, errors in failed_files.items(): - print(f"\n====== {file_path!s} ======") - for path, message in errors.items(): - print(f"{path}: {message}") - - return 0 if not failed_files else 1 - - -if __name__ == '__main__': - sys.exit(main()) diff --git a/tools/versions.py b/tools/versions.py index 2960e8ff3..7fe189f10 100755 --- a/tools/versions.py +++ b/tools/versions.py @@ -13,6 +13,13 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# +# /// script +# requires-python = ">=3.11" +# dependencies = [ +# "click", +# ] +# /// import re from pathlib import Path