Merge remote-tracking branch 'origin/master' into fast-dev

This commit is contained in:
Ludo
2025-02-21 09:36:51 +01:00
200 changed files with 694 additions and 592 deletions

View File

@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased] <!-- from: 2025-02-12 13:19:03+00:00 to: None since: v37.3.0 --> ## [Unreleased] <!-- from: 2025-02-12 13:19:03+00:00 to: None since: v37.3.0 -->
## [37.4.0] - 2025-02-21
### BREAKING CHANGES ### BREAKING CHANGES
- `modules/workstation-cluster`: changed the interface for configuration timeouts to object, timeouts are now specified as numbers. [[#2911](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2911)] - `modules/workstation-cluster`: changed the interface for configuration timeouts to object, timeouts are now specified as numbers. [[#2911](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2911)]
@@ -12,13 +14,15 @@ All notable changes to this project will be documented in this file.
- `modules/iam-service-account`: Removed service account key generation functionality [[#2907](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2907)] - `modules/iam-service-account`: Removed service account key generation functionality [[#2907](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2907)]
- `modules/net-lb-app-ext`: Adds the two missing fields for locality_lb_policy and locality_lb_policies with field and block set, validation for both and tests. [[#2898](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2898)] - `modules/net-lb-app-ext`: Adds the two missing fields for locality_lb_policy and locality_lb_policies with field and block set, validation for both and tests. [[#2898](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2898)]
### BLUEPRINTS ### BLUEPRINTS
- [[#2907](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2907)] Remove Service Account key generation ([wiktorn](https://github.com/wiktorn)) <!-- 2025-02-18 17:02:39+00:00 --> - [[#2907](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2907)] Remove Service Account key generation ([wiktorn](https://github.com/wiktorn)) <!-- 2025-02-18 17:02:39+00:00 -->
### MODULES ### MODULES
- [[#2916](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2916)] Add support for custom error response policies to net_lb_app_ext module ([peter-norton](https://github.com/peter-norton)) <!-- 2025-02-20 19:32:24+00:00 -->
- [[#2915](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2915)] Fix dns_keys output in dns module ([nathou](https://github.com/nathou)) <!-- 2025-02-20 09:56:58+00:00 -->
- [[#2913](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2913)] Add generated_id backends output to net-lb-app-ext ([danistrebel](https://github.com/danistrebel)) <!-- 2025-02-19 17:16:06+00:00 -->
- [[#2911](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2911)] **incompatible change:** Add support for max workstations, refactor timeouts in workstation-cluster module ([ludoo](https://github.com/ludoo)) <!-- 2025-02-19 09:45:38+00:00 --> - [[#2911](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2911)] **incompatible change:** Add support for max workstations, refactor timeouts in workstation-cluster module ([ludoo](https://github.com/ludoo)) <!-- 2025-02-19 09:45:38+00:00 -->
- [[#2910](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2910)] **incompatible change:** Add ssl_mode support to cloudsql-instance replicas ([sruffilli](https://github.com/sruffilli)) <!-- 2025-02-19 09:31:36+00:00 --> - [[#2910](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2910)] **incompatible change:** Add ssl_mode support to cloudsql-instance replicas ([sruffilli](https://github.com/sruffilli)) <!-- 2025-02-19 09:31:36+00:00 -->
- [[#2907](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2907)] **incompatible change:** Remove Service Account key generation ([wiktorn](https://github.com/wiktorn)) <!-- 2025-02-18 17:02:39+00:00 --> - [[#2907](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2907)] **incompatible change:** Remove Service Account key generation ([wiktorn](https://github.com/wiktorn)) <!-- 2025-02-18 17:02:39+00:00 -->
@@ -2826,7 +2830,8 @@ All notable changes to this project will be documented in this file.
- merge development branch with suite of new modules and end-to-end examples - merge development branch with suite of new modules and end-to-end examples
<!-- markdown-link-check-disable --> <!-- markdown-link-check-disable -->
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.3.0...HEAD [Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.4.0...HEAD
[37.4.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.3.0...v37.4.0
[37.3.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.2.0...v37.3.0 [37.3.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.2.0...v37.3.0
[37.2.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.1.0...v37.2.0 [37.2.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.1.0...v37.2.0
[37.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.0.0...v37.1.0 [37.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.0.0...v37.1.0
@@ -2919,4 +2924,4 @@ All notable changes to this project will be documented in this file.
[1.3.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.2.0...v1.3.0> [1.3.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.2.0...v1.3.0>
[1.2.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.1.0...v1.2.0> [1.2.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.1.0...v1.2.0>
[1.1.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.0.0...v1.1.0> [1.1.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.0.0...v1.1.0>
[1.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v0.1...v1.0.0> [1.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v0.1...v1.0.0>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Fabric release: v37.3.0 # Fabric release: v37.4.0
terraform { terraform {
required_version = ">= 1.10.2" required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v37.3.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v37.4.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v37.3.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v37.4.0-tf"
} }
} }

View File

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

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Fabric release: v37.3.0 # Fabric release: v37.4.0
terraform { terraform {
required_version = ">= 1.10.2" required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v37.3.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v37.4.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v37.3.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v37.4.0-tf"
} }
} }

View File

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

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Fabric release: v37.3.0 # Fabric release: v37.4.0
terraform { terraform {
required_version = ">= 1.10.2" required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v37.3.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v37.4.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v37.3.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v37.4.0-tf"
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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