diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f8b86e8..5acc57374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [42.1.0] - 2025-09-01 + ### BREAKING CHANGES - `modules/cloud-run-v2`: dropped support for `service_account_create` for `eventarc_triggers` as it was impossible to properly manage permissions for those SA [[#3269](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3269)] - `terraform-provider-google`: Bump provider to 6.47.0, to allow use of `gpu_zonal_redundancy_disabled` in modules/cloud-run-v2 [[#3274](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3274)] - `modules/cloud-run-v2`: `create_job` bool was changed to `type` enum, `custom_audiences`, `eventarc_triggers`, `iap_config`, `ingress` and `invoker_iam_disabled` were moved to `service_config`. `prefix` variable was removed. [[#3270](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3270)] - ### BLUEPRINTS - [[#3274](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3274)] Add support for GPU functionality in Cloud Run ([wiktorn](https://github.com/wiktorn)) @@ -19,10 +20,19 @@ All notable changes to this project will be documented in this file. ### FAST +- [[#3290](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3290)] Enable ADMIN_READ audit log for sts.googleapis.com in automation (iac) project ([ysolt](https://github.com/ysolt)) - [[#3274](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3274)] Add support for GPU functionality in Cloud Run ([wiktorn](https://github.com/wiktorn)) ### MODULES +- [[#3293](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3293)] fix Flexible MIG E2E test ([wiktorn](https://github.com/wiktorn)) +- [[#3292](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3292)] Fix boot disk source/params incompatibility in compute vm module ([ludoo](https://github.com/ludoo)) +- [[#3289](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3289)] Added test for compute-vm module disks template example ([kovagoadam](https://github.com/kovagoadam)) +- [[#3281](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3281)] Instance flexibility policy added for regional MIGs ([apichick](https://github.com/apichick)) +- [[#3279](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3279)] Support different key names for service accounts in project factory IAM ([ludoo](https://github.com/ludoo)) +- [[#3277](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3277)] Provide Apache port to listen to, fixes E2E ([wiktorn](https://github.com/wiktorn)) +- [[#3276](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3276)] Add Cloud Run recipes for updating image and IAM authentication to Cloud SQL ([wiktorn](https://github.com/wiktorn)) +- [[#3275](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3275)] Provide node_pool_auto_config only when node auto provisioning is enabled for GKE standard cluster ([kumadee](https://github.com/kumadee)) - [[#3273](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3273)] Add cross project support for backend bucket ([norbert-loderer](https://github.com/norbert-loderer)) - [[#3269](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3269)] E2E: Align bucket location to the triggers ([wiktorn](https://github.com/wiktorn)) - [[#3274](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3274)] **incompatible change:** Add support for GPU functionality in Cloud Run ([wiktorn](https://github.com/wiktorn)) @@ -1449,7 +1459,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/v42.0.0...HEAD +[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v42.1.0...HEAD +[42.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v42.1.0...42.0.0 [42.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v41.1.0...41.0.0 [41.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v41.0.0...41.1.0 [41.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.2.0...41.0.0 @@ -1479,4 +1490,4 @@ All notable changes to this project will be documented in this file. [32.0.1]: [32.0.0]: [31.1.0]: -[31.0.0]: \ No newline at end of file +[31.0.0]: diff --git a/blueprints/gke/patterns/autopilot-cluster/versions.tf b/blueprints/gke/patterns/autopilot-cluster/versions.tf index e9ea5384c..478c3bd06 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v42.1.0-tf" } } diff --git a/blueprints/gke/patterns/autopilot-cluster/versions.tofu b/blueprints/gke/patterns/autopilot-cluster/versions.tofu index f911237e9..d64606eac 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v42.1.0-tofu" } } diff --git a/blueprints/gke/patterns/batch/versions.tf b/blueprints/gke/patterns/batch/versions.tf index e9ea5384c..cd7d060fa 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v42.1.0-tf" } } diff --git a/blueprints/gke/patterns/batch/versions.tofu b/blueprints/gke/patterns/batch/versions.tofu index f911237e9..0449da6e1 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v42.1.0-tofu" } } diff --git a/blueprints/gke/patterns/kafka/versions.tf b/blueprints/gke/patterns/kafka/versions.tf index e9ea5384c..e2b21c8f9 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v42.1.0-tf" } } diff --git a/blueprints/gke/patterns/kafka/versions.tofu b/blueprints/gke/patterns/kafka/versions.tofu index f911237e9..89ace4fe9 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v42.1.0-tofu" } } diff --git a/blueprints/gke/patterns/kong-cloudrun/versions.tf b/blueprints/gke/patterns/kong-cloudrun/versions.tf index e9ea5384c..a89edee02 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v42.1.0-tf" } } diff --git a/blueprints/gke/patterns/kong-cloudrun/versions.tofu b/blueprints/gke/patterns/kong-cloudrun/versions.tofu index f911237e9..ed561dd8f 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v42.1.0-tofu" } } diff --git a/blueprints/gke/patterns/mysql/versions.tf b/blueprints/gke/patterns/mysql/versions.tf index e9ea5384c..155340440 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v42.1.0-tf" } } diff --git a/blueprints/gke/patterns/mysql/versions.tofu b/blueprints/gke/patterns/mysql/versions.tofu index f911237e9..2225bbb7d 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v42.1.0-tofu" } } diff --git a/blueprints/gke/patterns/redis-cluster/versions.tf b/blueprints/gke/patterns/redis-cluster/versions.tf index e9ea5384c..a68136b18 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v42.1.0-tf" } } diff --git a/blueprints/gke/patterns/redis-cluster/versions.tofu b/blueprints/gke/patterns/redis-cluster/versions.tofu index f911237e9..d123ec7d5 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v42.1.0-tofu" } } diff --git a/blueprints/secops/secops-gke-forwarder/versions.tf b/blueprints/secops/secops-gke-forwarder/versions.tf index e9ea5384c..151f08877 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v42.1.0-tf" } } diff --git a/blueprints/secops/secops-gke-forwarder/versions.tofu b/blueprints/secops/secops-gke-forwarder/versions.tofu index f911237e9..6281d1b50 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v42.1.0-tofu" } } diff --git a/default-versions.tf b/default-versions.tf index e9ea5384c..497bfbd50 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/path:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/path:v42.1.0-tf" } } diff --git a/default-versions.tofu b/default-versions.tofu index f911237e9..5480ac7a1 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/path:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/path:v42.1.0-tofu" } } diff --git a/fast/project-templates/managed-kafka/versions.tf b/fast/project-templates/managed-kafka/versions.tf index e9ea5384c..04cfdaf09 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v42.1.0-tf" } } diff --git a/fast/stages/0-bootstrap/fast_version.txt b/fast/stages/0-bootstrap/fast_version.txt index 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 7442e3433..244dbab52 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: 42.0.0 \ No newline at end of file +# FAST release: v42.1.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 e9ea5384c..e752b0039 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v42.1.0-tf" } } diff --git a/modules/__experimental_deprecated/alloydb-instance/versions.tofu b/modules/__experimental_deprecated/alloydb-instance/versions.tofu index f911237e9..44b44a172 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v42.1.0-tofu" } } diff --git a/modules/__experimental_deprecated/net-neg/versions.tf b/modules/__experimental_deprecated/net-neg/versions.tf index e9ea5384c..5fbabcd06 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v42.1.0-tf" } } diff --git a/modules/__experimental_deprecated/net-neg/versions.tofu b/modules/__experimental_deprecated/net-neg/versions.tofu index f911237e9..72ef0cd84 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v42.1.0-tofu" } } diff --git a/modules/__experimental_deprecated/project-iam-magic/versions.tf b/modules/__experimental_deprecated/project-iam-magic/versions.tf index e9ea5384c..bad89d25b 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v42.1.0-tf" } } diff --git a/modules/__experimental_deprecated/project-iam-magic/versions.tofu b/modules/__experimental_deprecated/project-iam-magic/versions.tofu index f911237e9..52884a3d9 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v42.1.0-tofu" } } diff --git a/modules/ai-applications/versions.tf b/modules/ai-applications/versions.tf index e9ea5384c..33d4c8f27 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v42.1.0-tf" } } diff --git a/modules/ai-applications/versions.tofu b/modules/ai-applications/versions.tofu index f911237e9..25b13e5f5 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v42.1.0-tofu" } } diff --git a/modules/alloydb/versions.tf b/modules/alloydb/versions.tf index e9ea5384c..1a46bdab1 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v42.1.0-tf" } } diff --git a/modules/alloydb/versions.tofu b/modules/alloydb/versions.tofu index f911237e9..b052ba210 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v42.1.0-tofu" } } diff --git a/modules/analytics-hub/versions.tf b/modules/analytics-hub/versions.tf index e9ea5384c..15eb15d64 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v42.1.0-tf" } } diff --git a/modules/analytics-hub/versions.tofu b/modules/analytics-hub/versions.tofu index f911237e9..2cd8e352d 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v42.1.0-tofu" } } diff --git a/modules/api-gateway/versions.tf b/modules/api-gateway/versions.tf index e9ea5384c..b9c3a3e3d 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v42.1.0-tf" } } diff --git a/modules/api-gateway/versions.tofu b/modules/api-gateway/versions.tofu index f911237e9..c2a24a9d0 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v42.1.0-tofu" } } diff --git a/modules/apigee/versions.tf b/modules/apigee/versions.tf index e9ea5384c..4405fe656 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v42.1.0-tf" } } diff --git a/modules/apigee/versions.tofu b/modules/apigee/versions.tofu index f911237e9..c39d866e1 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v42.1.0-tofu" } } diff --git a/modules/artifact-registry/versions.tf b/modules/artifact-registry/versions.tf index e9ea5384c..0eafe010d 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v42.1.0-tf" } } diff --git a/modules/artifact-registry/versions.tofu b/modules/artifact-registry/versions.tofu index f911237e9..2f151ed4e 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v42.1.0-tofu" } } diff --git a/modules/bigquery-dataset/versions.tf b/modules/bigquery-dataset/versions.tf index e9ea5384c..60bfae3af 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v42.1.0-tf" } } diff --git a/modules/bigquery-dataset/versions.tofu b/modules/bigquery-dataset/versions.tofu index f911237e9..13030b4b1 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v42.1.0-tofu" } } diff --git a/modules/bigtable-instance/versions.tf b/modules/bigtable-instance/versions.tf index e9ea5384c..15bee785a 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v42.1.0-tf" } } diff --git a/modules/bigtable-instance/versions.tofu b/modules/bigtable-instance/versions.tofu index f911237e9..a1af7eff4 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v42.1.0-tofu" } } diff --git a/modules/billing-account/versions.tf b/modules/billing-account/versions.tf index e9ea5384c..505eff2ec 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v42.1.0-tf" } } diff --git a/modules/billing-account/versions.tofu b/modules/billing-account/versions.tofu index f911237e9..e6b70353d 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v42.1.0-tofu" } } diff --git a/modules/binauthz/versions.tf b/modules/binauthz/versions.tf index e9ea5384c..1c09375c7 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v42.1.0-tf" } } diff --git a/modules/binauthz/versions.tofu b/modules/binauthz/versions.tofu index f911237e9..08ba294cb 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v42.1.0-tofu" } } diff --git a/modules/certificate-authority-service/versions.tf b/modules/certificate-authority-service/versions.tf index e9ea5384c..e6c940fe0 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v42.1.0-tf" } } diff --git a/modules/certificate-authority-service/versions.tofu b/modules/certificate-authority-service/versions.tofu index f911237e9..34a4f9bc7 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v42.1.0-tofu" } } diff --git a/modules/certificate-manager/versions.tf b/modules/certificate-manager/versions.tf index e9ea5384c..035e68957 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v42.1.0-tf" } } diff --git a/modules/certificate-manager/versions.tofu b/modules/certificate-manager/versions.tofu index f911237e9..6a1c32244 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v42.1.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 e9ea5384c..69be32cf7 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v42.1.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 f911237e9..7802e6d38 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v42.1.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 e9ea5384c..59f6748c5 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v42.1.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 f911237e9..74b89582b 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v42.1.0-tofu" } } diff --git a/modules/cloud-config-container/bindplane/versions.tf b/modules/cloud-config-container/bindplane/versions.tf index e9ea5384c..280957833 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tf" } } diff --git a/modules/cloud-config-container/bindplane/versions.tofu b/modules/cloud-config-container/bindplane/versions.tofu index f911237e9..0bf617778 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tofu" } } diff --git a/modules/cloud-config-container/coredns/versions.tf b/modules/cloud-config-container/coredns/versions.tf index e9ea5384c..4723f9b40 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v42.1.0-tf" } } diff --git a/modules/cloud-config-container/coredns/versions.tofu b/modules/cloud-config-container/coredns/versions.tofu index f911237e9..63bc2505e 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v42.1.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 e9ea5384c..c59f0479d 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v42.1.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 f911237e9..ae6b7abd4 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v42.1.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 e9ea5384c..3f8e8aa22 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v42.1.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 f911237e9..bb6175c72 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v42.1.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 e9ea5384c..ac54a8ff7 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v42.1.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 f911237e9..95245cb6d 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v42.1.0-tofu" } } diff --git a/modules/cloud-config-container/mysql/versions.tf b/modules/cloud-config-container/mysql/versions.tf index e9ea5384c..634ab1db7 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v42.1.0-tf" } } diff --git a/modules/cloud-config-container/mysql/versions.tofu b/modules/cloud-config-container/mysql/versions.tofu index f911237e9..789b7bcbe 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v42.1.0-tofu" } } diff --git a/modules/cloud-config-container/nginx-tls/versions.tf b/modules/cloud-config-container/nginx-tls/versions.tf index e9ea5384c..4194c1cdc 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v42.1.0-tf" } } diff --git a/modules/cloud-config-container/nginx-tls/versions.tofu b/modules/cloud-config-container/nginx-tls/versions.tofu index f911237e9..a92e807d8 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v42.1.0-tofu" } } diff --git a/modules/cloud-config-container/nginx/versions.tf b/modules/cloud-config-container/nginx/versions.tf index e9ea5384c..248558859 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v42.1.0-tf" } } diff --git a/modules/cloud-config-container/nginx/versions.tofu b/modules/cloud-config-container/nginx/versions.tofu index f911237e9..5015bfb5e 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v42.1.0-tofu" } } diff --git a/modules/cloud-config-container/simple-nva/versions.tf b/modules/cloud-config-container/simple-nva/versions.tf index e9ea5384c..9ad27f4cc 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v42.1.0-tf" } } diff --git a/modules/cloud-config-container/simple-nva/versions.tofu b/modules/cloud-config-container/simple-nva/versions.tofu index f911237e9..1e7335840 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v42.1.0-tofu" } } diff --git a/modules/cloud-deploy/versions.tf b/modules/cloud-deploy/versions.tf index e9ea5384c..394af9d1a 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v42.1.0-tf" } } diff --git a/modules/cloud-deploy/versions.tofu b/modules/cloud-deploy/versions.tofu index f911237e9..ed6378d37 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v42.1.0-tofu" } } diff --git a/modules/cloud-function-v1/versions.tf b/modules/cloud-function-v1/versions.tf index e9ea5384c..cd08d3790 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v42.1.0-tf" } } diff --git a/modules/cloud-function-v1/versions.tofu b/modules/cloud-function-v1/versions.tofu index f911237e9..d3f8d9b0d 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v42.1.0-tofu" } } diff --git a/modules/cloud-function-v2/versions.tf b/modules/cloud-function-v2/versions.tf index e9ea5384c..4e9b782c0 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v42.1.0-tf" } } diff --git a/modules/cloud-function-v2/versions.tofu b/modules/cloud-function-v2/versions.tofu index f911237e9..2c9b3d376 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v42.1.0-tofu" } } diff --git a/modules/cloud-identity-group/versions.tf b/modules/cloud-identity-group/versions.tf index e9ea5384c..857c38a47 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v42.1.0-tf" } } diff --git a/modules/cloud-identity-group/versions.tofu b/modules/cloud-identity-group/versions.tofu index f911237e9..5d45837d9 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v42.1.0-tofu" } } diff --git a/modules/cloud-run-v2/versions.tf b/modules/cloud-run-v2/versions.tf index e9ea5384c..5e0c6f35c 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v42.1.0-tf" } } diff --git a/modules/cloud-run-v2/versions.tofu b/modules/cloud-run-v2/versions.tofu index f911237e9..5b19aec2f 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v42.1.0-tofu" } } diff --git a/modules/cloud-run/versions.tf b/modules/cloud-run/versions.tf index e9ea5384c..a78bd0cad 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v42.1.0-tf" } } diff --git a/modules/cloud-run/versions.tofu b/modules/cloud-run/versions.tofu index f911237e9..a9f3fc744 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v42.1.0-tofu" } } diff --git a/modules/cloudsql-instance/versions.tf b/modules/cloudsql-instance/versions.tf index e9ea5384c..b3d481910 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v42.1.0-tf" } } diff --git a/modules/cloudsql-instance/versions.tofu b/modules/cloudsql-instance/versions.tofu index f911237e9..ca4135edb 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v42.1.0-tofu" } } diff --git a/modules/compute-mig/versions.tf b/modules/compute-mig/versions.tf index e9ea5384c..4adad1c3d 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v42.1.0-tf" } } diff --git a/modules/compute-mig/versions.tofu b/modules/compute-mig/versions.tofu index f911237e9..59e85b5d6 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v42.1.0-tofu" } } diff --git a/modules/compute-vm/versions.tf b/modules/compute-vm/versions.tf index e9ea5384c..f1adb4492 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v42.1.0-tf" } } diff --git a/modules/compute-vm/versions.tofu b/modules/compute-vm/versions.tofu index f911237e9..349bbbbe3 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v42.1.0-tofu" } } diff --git a/modules/container-registry/versions.tf b/modules/container-registry/versions.tf index e9ea5384c..5b79be1f6 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v42.1.0-tf" } } diff --git a/modules/container-registry/versions.tofu b/modules/container-registry/versions.tofu index f911237e9..bffd25010 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v42.1.0-tofu" } } diff --git a/modules/data-catalog-policy-tag/versions.tf b/modules/data-catalog-policy-tag/versions.tf index e9ea5384c..74dc11300 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v42.1.0-tf" } } diff --git a/modules/data-catalog-policy-tag/versions.tofu b/modules/data-catalog-policy-tag/versions.tofu index f911237e9..4d169da22 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v42.1.0-tofu" } } diff --git a/modules/data-catalog-tag-template/versions.tf b/modules/data-catalog-tag-template/versions.tf index e9ea5384c..a43aab584 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v42.1.0-tf" } } diff --git a/modules/data-catalog-tag-template/versions.tofu b/modules/data-catalog-tag-template/versions.tofu index f911237e9..bd73cc7c0 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v42.1.0-tofu" } } diff --git a/modules/data-catalog-tag/versions.tf b/modules/data-catalog-tag/versions.tf index e9ea5384c..30f1eaa08 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v42.1.0-tf" } } diff --git a/modules/data-catalog-tag/versions.tofu b/modules/data-catalog-tag/versions.tofu index f911237e9..c7bde4bad 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v42.1.0-tofu" } } diff --git a/modules/dataform-repository/versions.tf b/modules/dataform-repository/versions.tf index e9ea5384c..225f0cc68 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v42.1.0-tf" } } diff --git a/modules/dataform-repository/versions.tofu b/modules/dataform-repository/versions.tofu index f911237e9..6efbe7616 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v42.1.0-tofu" } } diff --git a/modules/datafusion/versions.tf b/modules/datafusion/versions.tf index e9ea5384c..99b4b08df 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v42.1.0-tf" } } diff --git a/modules/datafusion/versions.tofu b/modules/datafusion/versions.tofu index f911237e9..4125da80f 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v42.1.0-tofu" } } diff --git a/modules/dataplex-aspect-types/versions.tf b/modules/dataplex-aspect-types/versions.tf index e9ea5384c..1837c4601 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:v42.1.0-tf" } } diff --git a/modules/dataplex-aspect-types/versions.tofu b/modules/dataplex-aspect-types/versions.tofu index f911237e9..b32b10534 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-aspect-types:v42.1.0-tofu" } } diff --git a/modules/dataplex-datascan/versions.tf b/modules/dataplex-datascan/versions.tf index e9ea5384c..eccae98e3 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:v42.1.0-tf" } } diff --git a/modules/dataplex-datascan/versions.tofu b/modules/dataplex-datascan/versions.tofu index f911237e9..569e94e39 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex-datascan:v42.1.0-tofu" } } diff --git a/modules/dataplex/versions.tf b/modules/dataplex/versions.tf index e9ea5384c..6b9979fdd 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:v42.1.0-tf" } } diff --git a/modules/dataplex/versions.tofu b/modules/dataplex/versions.tofu index f911237e9..6f97a68a3 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataplex:v42.1.0-tofu" } } diff --git a/modules/dataproc/versions.tf b/modules/dataproc/versions.tf index e9ea5384c..2d1e2cd26 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:v42.1.0-tf" } } diff --git a/modules/dataproc/versions.tofu b/modules/dataproc/versions.tofu index f911237e9..fbf73b287 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataproc:v42.1.0-tofu" } } diff --git a/modules/dns-response-policy/versions.tf b/modules/dns-response-policy/versions.tf index e9ea5384c..64c0c7616 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:v42.1.0-tf" } } diff --git a/modules/dns-response-policy/versions.tofu b/modules/dns-response-policy/versions.tofu index f911237e9..b3908c4db 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns-response-policy:v42.1.0-tofu" } } diff --git a/modules/dns/versions.tf b/modules/dns/versions.tf index e9ea5384c..8ac9652b4 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:v42.1.0-tf" } } diff --git a/modules/dns/versions.tofu b/modules/dns/versions.tofu index f911237e9..613cd4f5c 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/dns:v42.1.0-tofu" } } diff --git a/modules/endpoints/versions.tf b/modules/endpoints/versions.tf index e9ea5384c..fe7a52189 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:v42.1.0-tf" } } diff --git a/modules/endpoints/versions.tofu b/modules/endpoints/versions.tofu index f911237e9..3f3fed955 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/endpoints:v42.1.0-tofu" } } diff --git a/modules/firestore/versions.tf b/modules/firestore/versions.tf index e9ea5384c..daf38f450 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:v42.1.0-tf" } } diff --git a/modules/firestore/versions.tofu b/modules/firestore/versions.tofu index f911237e9..c73c38903 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/firestore:v42.1.0-tofu" } } diff --git a/modules/folder/versions.tf b/modules/folder/versions.tf index e9ea5384c..26a6c7512 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:v42.1.0-tf" } } diff --git a/modules/folder/versions.tofu b/modules/folder/versions.tofu index f911237e9..b0858d59b 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:v42.1.0-tofu" } } diff --git a/modules/gcs/versions.tf b/modules/gcs/versions.tf index e9ea5384c..82caf80b1 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:v42.1.0-tf" } } diff --git a/modules/gcs/versions.tofu b/modules/gcs/versions.tofu index f911237e9..0bca48316 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcs:v42.1.0-tofu" } } diff --git a/modules/gcve-private-cloud/versions.tf b/modules/gcve-private-cloud/versions.tf index e9ea5384c..3cbf48c62 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:v42.1.0-tf" } } diff --git a/modules/gcve-private-cloud/versions.tofu b/modules/gcve-private-cloud/versions.tofu index f911237e9..d0f267132 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gcve-private-cloud:v42.1.0-tofu" } } diff --git a/modules/gke-cluster-autopilot/versions.tf b/modules/gke-cluster-autopilot/versions.tf index e9ea5384c..d14dd7768 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:v42.1.0-tf" } } diff --git a/modules/gke-cluster-autopilot/versions.tofu b/modules/gke-cluster-autopilot/versions.tofu index f911237e9..b479d9ea2 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-autopilot:v42.1.0-tofu" } } diff --git a/modules/gke-cluster-standard/versions.tf b/modules/gke-cluster-standard/versions.tf index e9ea5384c..016be5f11 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:v42.1.0-tf" } } diff --git a/modules/gke-cluster-standard/versions.tofu b/modules/gke-cluster-standard/versions.tofu index f911237e9..646b42f81 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-cluster-standard:v42.1.0-tofu" } } diff --git a/modules/gke-hub/versions.tf b/modules/gke-hub/versions.tf index e9ea5384c..dfcc4396e 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:v42.1.0-tf" } } diff --git a/modules/gke-hub/versions.tofu b/modules/gke-hub/versions.tofu index f911237e9..963b26cc6 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-hub:v42.1.0-tofu" } } diff --git a/modules/gke-nodepool/versions.tf b/modules/gke-nodepool/versions.tf index e9ea5384c..7189720f3 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:v42.1.0-tf" } } diff --git a/modules/gke-nodepool/versions.tofu b/modules/gke-nodepool/versions.tofu index f911237e9..edbbdea65 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/gke-nodepool:v42.1.0-tofu" } } diff --git a/modules/iam-service-account/versions.tf b/modules/iam-service-account/versions.tf index e9ea5384c..7ba9cbd21 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:v42.1.0-tf" } } diff --git a/modules/iam-service-account/versions.tofu b/modules/iam-service-account/versions.tofu index f911237e9..143a81266 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/iam-service-account:v42.1.0-tofu" } } diff --git a/modules/kms/versions.tf b/modules/kms/versions.tf index e9ea5384c..cc3eee773 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:v42.1.0-tf" } } diff --git a/modules/kms/versions.tofu b/modules/kms/versions.tofu index f911237e9..7082a9b2a 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/kms:v42.1.0-tofu" } } diff --git a/modules/logging-bucket/versions.tf b/modules/logging-bucket/versions.tf index e9ea5384c..e8e8e5ec3 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:v42.1.0-tf" } } diff --git a/modules/logging-bucket/versions.tofu b/modules/logging-bucket/versions.tofu index f911237e9..5bee74dfc 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/logging-bucket:v42.1.0-tofu" } } diff --git a/modules/looker-core/versions.tf b/modules/looker-core/versions.tf index e9ea5384c..cc6897807 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:v42.1.0-tf" } } diff --git a/modules/looker-core/versions.tofu b/modules/looker-core/versions.tofu index f911237e9..e7af5719f 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/looker-core:v42.1.0-tofu" } } diff --git a/modules/managed-kafka/versions.tf b/modules/managed-kafka/versions.tf index e9ea5384c..a84d10bf1 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:v42.1.0-tf" } } diff --git a/modules/managed-kafka/versions.tofu b/modules/managed-kafka/versions.tofu index f911237e9..78d4fa70e 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/managed-kafka:v42.1.0-tofu" } } diff --git a/modules/ncc-spoke-ra/versions.tf b/modules/ncc-spoke-ra/versions.tf index e9ea5384c..069690b11 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:v42.1.0-tf" } } diff --git a/modules/ncc-spoke-ra/versions.tofu b/modules/ncc-spoke-ra/versions.tofu index f911237e9..4f651ddd0 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/ncc-spoke-ra:v42.1.0-tofu" } } diff --git a/modules/net-address/versions.tf b/modules/net-address/versions.tf index e9ea5384c..d614e3711 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:v42.1.0-tf" } } diff --git a/modules/net-address/versions.tofu b/modules/net-address/versions.tofu index f911237e9..5ac5aecd9 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-address:v42.1.0-tofu" } } diff --git a/modules/net-cloudnat/versions.tf b/modules/net-cloudnat/versions.tf index e9ea5384c..19598d3dd 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:v42.1.0-tf" } } diff --git a/modules/net-cloudnat/versions.tofu b/modules/net-cloudnat/versions.tofu index f911237e9..df2dee1ce 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-cloudnat:v42.1.0-tofu" } } diff --git a/modules/net-firewall-policy/versions.tf b/modules/net-firewall-policy/versions.tf index e9ea5384c..e5451ec6a 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:v42.1.0-tf" } } diff --git a/modules/net-firewall-policy/versions.tofu b/modules/net-firewall-policy/versions.tofu index f911237e9..835211692 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-firewall-policy:v42.1.0-tofu" } } diff --git a/modules/net-ipsec-over-interconnect/versions.tf b/modules/net-ipsec-over-interconnect/versions.tf index e9ea5384c..79ec42fd5 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:v42.1.0-tf" } } diff --git a/modules/net-ipsec-over-interconnect/versions.tofu b/modules/net-ipsec-over-interconnect/versions.tofu index f911237e9..4594d30c3 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-ipsec-over-interconnect:v42.1.0-tofu" } } diff --git a/modules/net-lb-app-ext-regional/versions.tf b/modules/net-lb-app-ext-regional/versions.tf index e9ea5384c..74c09fad8 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:v42.1.0-tf" } } diff --git a/modules/net-lb-app-ext-regional/versions.tofu b/modules/net-lb-app-ext-regional/versions.tofu index f911237e9..fbe61d9bf 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext-regional:v42.1.0-tofu" } } diff --git a/modules/net-lb-app-ext/versions.tf b/modules/net-lb-app-ext/versions.tf index e9ea5384c..56c471269 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:v42.1.0-tf" } } diff --git a/modules/net-lb-app-ext/versions.tofu b/modules/net-lb-app-ext/versions.tofu index f911237e9..5ecd43e9c 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:v42.1.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 e9ea5384c..a1f561bb4 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:v42.1.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 f911237e9..725f58ab4 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int-cross-region:v42.1.0-tofu" } } diff --git a/modules/net-lb-app-int/versions.tf b/modules/net-lb-app-int/versions.tf index e9ea5384c..676fcdee3 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:v42.1.0-tf" } } diff --git a/modules/net-lb-app-int/versions.tofu b/modules/net-lb-app-int/versions.tofu index f911237e9..de70a654e 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-int:v42.1.0-tofu" } } diff --git a/modules/net-lb-ext/versions.tf b/modules/net-lb-ext/versions.tf index e9ea5384c..694db6569 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:v42.1.0-tf" } } diff --git a/modules/net-lb-ext/versions.tofu b/modules/net-lb-ext/versions.tofu index f911237e9..54b87706d 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-ext:v42.1.0-tofu" } } diff --git a/modules/net-lb-int/versions.tf b/modules/net-lb-int/versions.tf index e9ea5384c..ecd46ed23 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:v42.1.0-tf" } } diff --git a/modules/net-lb-int/versions.tofu b/modules/net-lb-int/versions.tofu index f911237e9..2111790c6 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-int:v42.1.0-tofu" } } diff --git a/modules/net-lb-proxy-int/versions.tf b/modules/net-lb-proxy-int/versions.tf index e9ea5384c..d46009f0c 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:v42.1.0-tf" } } diff --git a/modules/net-lb-proxy-int/versions.tofu b/modules/net-lb-proxy-int/versions.tofu index f911237e9..61a2ba3ad 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-proxy-int:v42.1.0-tofu" } } diff --git a/modules/net-swp/versions.tf b/modules/net-swp/versions.tf index e9ea5384c..84a1443da 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:v42.1.0-tf" } } diff --git a/modules/net-swp/versions.tofu b/modules/net-swp/versions.tofu index f911237e9..3c6cc3379 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-swp:v42.1.0-tofu" } } diff --git a/modules/net-vlan-attachment/versions.tf b/modules/net-vlan-attachment/versions.tf index e9ea5384c..5996d6e5e 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:v42.1.0-tf" } } diff --git a/modules/net-vlan-attachment/versions.tofu b/modules/net-vlan-attachment/versions.tofu index f911237e9..6a1cabbf1 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vlan-attachment:v42.1.0-tofu" } } diff --git a/modules/net-vpc-factory/versions.tf b/modules/net-vpc-factory/versions.tf index e9ea5384c..9c0793dde 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:v42.1.0-tf" } } diff --git a/modules/net-vpc-factory/versions.tofu b/modules/net-vpc-factory/versions.tofu index f911237e9..7365d68fd 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-factory:v42.1.0-tofu" } } diff --git a/modules/net-vpc-firewall/versions.tf b/modules/net-vpc-firewall/versions.tf index e9ea5384c..fa7558e7e 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:v42.1.0-tf" } } diff --git a/modules/net-vpc-firewall/versions.tofu b/modules/net-vpc-firewall/versions.tofu index f911237e9..dbe6515c5 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-firewall:v42.1.0-tofu" } } diff --git a/modules/net-vpc-peering/versions.tf b/modules/net-vpc-peering/versions.tf index e9ea5384c..2b25a28b6 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:v42.1.0-tf" } } diff --git a/modules/net-vpc-peering/versions.tofu b/modules/net-vpc-peering/versions.tofu index f911237e9..d4e043d3c 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc-peering:v42.1.0-tofu" } } diff --git a/modules/net-vpc/versions.tf b/modules/net-vpc/versions.tf index e9ea5384c..b35eb9a51 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:v42.1.0-tf" } } diff --git a/modules/net-vpc/versions.tofu b/modules/net-vpc/versions.tofu index f911237e9..cab3684bc 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpc:v42.1.0-tofu" } } diff --git a/modules/net-vpn-dynamic/versions.tf b/modules/net-vpn-dynamic/versions.tf index e9ea5384c..54d7ebe00 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:v42.1.0-tf" } } diff --git a/modules/net-vpn-dynamic/versions.tofu b/modules/net-vpn-dynamic/versions.tofu index f911237e9..6464b9e44 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-dynamic:v42.1.0-tofu" } } diff --git a/modules/net-vpn-ha/versions.tf b/modules/net-vpn-ha/versions.tf index e9ea5384c..62aae36c4 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:v42.1.0-tf" } } diff --git a/modules/net-vpn-ha/versions.tofu b/modules/net-vpn-ha/versions.tofu index f911237e9..018af9ac9 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-ha:v42.1.0-tofu" } } diff --git a/modules/net-vpn-static/versions.tf b/modules/net-vpn-static/versions.tf index e9ea5384c..9a0b011b1 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:v42.1.0-tf" } } diff --git a/modules/net-vpn-static/versions.tofu b/modules/net-vpn-static/versions.tofu index f911237e9..4f1895874 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-vpn-static:v42.1.0-tofu" } } diff --git a/modules/organization/versions.tf b/modules/organization/versions.tf index e9ea5384c..08ffe3b79 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:v42.1.0-tf" } } diff --git a/modules/organization/versions.tofu b/modules/organization/versions.tofu index f911237e9..0de28fef5 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/organization:v42.1.0-tofu" } } diff --git a/modules/project/versions.tf b/modules/project/versions.tf index e9ea5384c..2b8f4cb72 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:v42.1.0-tf" } } diff --git a/modules/project/versions.tofu b/modules/project/versions.tofu index f911237e9..02e54192e 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/project:v42.1.0-tofu" } } diff --git a/modules/projects-data-source/versions.tf b/modules/projects-data-source/versions.tf index e9ea5384c..a51a0867c 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:v42.1.0-tf" } } diff --git a/modules/projects-data-source/versions.tofu b/modules/projects-data-source/versions.tofu index f911237e9..3538b3fd0 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/projects-data-source:v42.1.0-tofu" } } diff --git a/modules/pubsub/versions.tf b/modules/pubsub/versions.tf index e9ea5384c..6ec3068e7 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:v42.1.0-tf" } } diff --git a/modules/pubsub/versions.tofu b/modules/pubsub/versions.tofu index f911237e9..0c8f176e7 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/pubsub:v42.1.0-tofu" } } diff --git a/modules/secops-rules/versions.tf b/modules/secops-rules/versions.tf index e9ea5384c..9eabad97e 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:v42.1.0-tf" } } diff --git a/modules/secops-rules/versions.tofu b/modules/secops-rules/versions.tofu index f911237e9..48a6d825f 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secops-rules:v42.1.0-tofu" } } diff --git a/modules/secret-manager/versions.tf b/modules/secret-manager/versions.tf index e9ea5384c..2917a8ee8 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:v42.1.0-tf" } } diff --git a/modules/secret-manager/versions.tofu b/modules/secret-manager/versions.tofu index f911237e9..571998eae 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secret-manager:v42.1.0-tofu" } } diff --git a/modules/secure-source-manager-instance/versions.tf b/modules/secure-source-manager-instance/versions.tf index e9ea5384c..fb4e06aee 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:v42.1.0-tf" } } diff --git a/modules/secure-source-manager-instance/versions.tofu b/modules/secure-source-manager-instance/versions.tofu index f911237e9..dc700ab93 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/secure-source-manager-instance:v42.1.0-tofu" } } diff --git a/modules/service-directory/versions.tf b/modules/service-directory/versions.tf index e9ea5384c..00aef6cda 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:v42.1.0-tf" } } diff --git a/modules/service-directory/versions.tofu b/modules/service-directory/versions.tofu index f911237e9..87d63cf83 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/service-directory:v42.1.0-tofu" } } diff --git a/modules/source-repository/versions.tf b/modules/source-repository/versions.tf index e9ea5384c..a3c43f300 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:v42.1.0-tf" } } diff --git a/modules/source-repository/versions.tofu b/modules/source-repository/versions.tofu index f911237e9..01c9ea791 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/source-repository:v42.1.0-tofu" } } diff --git a/modules/spanner-instance/versions.tf b/modules/spanner-instance/versions.tf index e9ea5384c..64e0baeb0 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:v42.1.0-tf" } } diff --git a/modules/spanner-instance/versions.tofu b/modules/spanner-instance/versions.tofu index f911237e9..f1631c713 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/spanner-instance:v42.1.0-tofu" } } diff --git a/modules/vpc-sc/versions.tf b/modules/vpc-sc/versions.tf index e9ea5384c..c7d82c72c 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:v42.1.0-tf" } } diff --git a/modules/vpc-sc/versions.tofu b/modules/vpc-sc/versions.tofu index f911237e9..2bf295690 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/vpc-sc:v42.1.0-tofu" } } diff --git a/modules/workstation-cluster/versions.tf b/modules/workstation-cluster/versions.tf index e9ea5384c..cb505a716 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:v42.1.0-tf" } } diff --git a/modules/workstation-cluster/versions.tofu b/modules/workstation-cluster/versions.tofu index f911237e9..a91177a23 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/modules/workstation-cluster:v42.1.0-tofu" } } diff --git a/tests/examples_e2e/setup_module/versions.tf b/tests/examples_e2e/setup_module/versions.tf index e9ea5384c..7fb9ad113 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v42.1.0-tf" } } diff --git a/tests/examples_e2e/setup_module/versions.tofu b/tests/examples_e2e/setup_module/versions.tofu index f911237e9..43411548e 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v42.1.0-tofu" } } diff --git a/tools/lockfile/versions.tf b/tools/lockfile/versions.tf index e9ea5384c..54b36771b 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.11.4" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:v42.1.0-tf" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf" + module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:v42.1.0-tf" } } diff --git a/tools/lockfile/versions.tofu b/tools/lockfile/versions.tofu index f911237e9..c91fbd307 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: 42.0.0 +# Fabric release: v42.1.0 terraform { required_version = ">= 1.9.0" @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:v42.1.0-tofu" } provider_meta "google-beta" { - module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu" + module_name = "google-pso-tool/cloud-foundation-fabric/tools/lockfile:v42.1.0-tofu" } }