prep v40.2.0

This commit is contained in:
Ludo
2025-06-29 14:12:20 +02:00
parent fb5df04ec4
commit 268c92f92d
223 changed files with 645 additions and 643 deletions

View File

@@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
## [Unreleased] <!-- from: 2025-05-21 14:22:05+00:00 to: None since: v40.1.0 -->
## [40.2.0] - 2025-06-29
### BREAKING CHANGES
- `modules/ai-applications`: renamed `agentspace` module to `ai-applications` [[#3184](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3184)]
- `modules/gke-nodepool`: renamed variable `network_config.additional_pod_network_config` to `network_config.additional_pod_network_configs` [[#3134](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3134)]
### BLUEPRINTS
- [[#3201](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3201)] Update service-agents.yaml ([juliocc](https://github.com/juliocc)) <!-- 2025-06-28 17:59:06+00:00 -->
@@ -1255,7 +1256,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)) <!-- 2024-03-20 16:30:30+00:00 -->
<!-- markdown-link-check-disable -->
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.1.0...HEAD
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.2.0...HEAD
[40.2.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.1.0...40.2.0
[40.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.0.0...40.1.0
[40.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v39.2.0...v40.0.0
[39.2.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v39.1.0...v39.2.0
@@ -1281,4 +1283,4 @@ All notable changes to this project will be documented in this file.
[32.0.1]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v32.0.0...v32.0.1>
[32.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v31.1.0...v32.0.0>
[31.1.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v31.0.0...v31.1.0>
[31.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v30.0.0...v31.0.0>
[31.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v30.0.0...v31.0.0>

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:40.2.0-tf"
}
}

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FAST release: 40.1.0
# FAST release: 40.2.0

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.2.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.2.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.2.0-tofu"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: 40.1.0
# Fabric release: 40.2.0
terraform {
required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.2.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.2.0-tf"
}
}

Some files were not shown because too many files have changed in this diff Show More