merge fast-dev and prepare v44.0.0

This commit is contained in:
Ludovico Magnocavallo
2025-09-05 09:18:21 +00:00
parent 711436cb71
commit 58643a8ab4
211 changed files with 649 additions and 602 deletions

View File

@@ -3,7 +3,55 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
<!-- markdownlint-disable MD024 --> <!-- markdownlint-disable MD024 -->
## [Unreleased] <!-- from: 2025-09-01 15:08:43+00:00 to: None since: v42.1.0 --> ## [Unreleased] <!-- from: 2025-09-01 15:38:26+00:00 to: None since: v43.0.0 -->
## [44.0.0] - 2025-09-05
### BREAKING CHANGES
This release introduces several breaking changes.
#### Blueprints
Blueprints have been deprecated. Going forward, some of the old blueprints will be refactored as either FAST project templates, or module-level recipes. Please open a feature request if there's a blueprint that you would need us to refactor.
#### Modules
- The context replacement interface has been refactored across major modules and will eventually be rolled out across all.
- The project factory module has been refactored so as to leverage the new context interface. The old project factory has been kept in this release as `project-factory-legacy` to support the corresponding FAST stage. It will be removed in the next release.
#### FAST
- The FAST bootstrap and resource manager stages have been deprecated, and replaced with a new organization setup stage. The old stages are still available in this release as `*-legacy` to support migration to the new context interface in modules. They will be removed in the next release.
- The FAST project factory stage has been refactored to leverage the new project factory module. The old version has been renamed and will be removed in the next release.
Please keep in mind that we are not supporting upgrades from legacy stages to new stages. They are possible, but require a substantial effort and custom steps that depend on each installation.
Project templates are still following the old project factory schemas, and will be updated to work with the new project factory for the next release.
### BLUEPRINTS
- [[#3255](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3255)] FAST bootstrap light, blueprints deprecation, modules context, new project factory ([ludoo](https://github.com/ludoo)) <!-- 2025-09-02 06:38:58+00:00 -->
### FAST
- [[#3300](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3300)] Final changes to new org setup stage ([ludoo](https://github.com/ludoo)) <!-- 2025-09-05 07:39:23+00:00 -->
- [[#3299](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3299)] Rename new botstrap stage to org-setup ([ludoo](https://github.com/ludoo)) <!-- 2025-09-04 11:34:16+00:00 -->
- [[#3298](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3298)] Rename FAST stages preparing for eventual deprecation ([ludoo](https://github.com/ludoo)) <!-- 2025-09-04 06:24:11+00:00 -->
- [[#3297](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3297)] gke-hub local fix ([justkmark](https://github.com/justkmark)) <!-- 2025-09-03 11:29:27+00:00 -->
- [[#3255](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3255)] FAST bootstrap light, blueprints deprecation, modules context, new project factory ([ludoo](https://github.com/ludoo)) <!-- 2025-09-02 06:38:58+00:00 -->
### MODULES
- [[#3298](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3298)] Rename FAST stages preparing for eventual deprecation ([ludoo](https://github.com/ludoo)) <!-- 2025-09-04 06:24:11+00:00 -->
- [[#3295](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3295)] Fix Cloud Run validation for refactored fields ([wiktorn](https://github.com/wiktorn)) <!-- 2025-09-03 11:13:15+00:00 -->
- [[#3296](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3296)] Fix E2E tests after provider upgrade to 7.0+ ([wiktorn](https://github.com/wiktorn)) <!-- 2025-09-03 10:57:26+00:00 -->
- [[#3255](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3255)] FAST bootstrap light, blueprints deprecation, modules context, new project factory ([ludoo](https://github.com/ludoo)) <!-- 2025-09-02 06:38:58+00:00 -->
### TOOLS
- [[#3298](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3298)] Rename FAST stages preparing for eventual deprecation ([ludoo](https://github.com/ludoo)) <!-- 2025-09-04 06:24:11+00:00 -->
- [[#3255](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3255)] FAST bootstrap light, blueprints deprecation, modules context, new project factory ([ludoo](https://github.com/ludoo)) <!-- 2025-09-02 06:38:58+00:00 -->
## [43.0.0] - 2025-09-01 ## [43.0.0] - 2025-09-01
@@ -13,7 +61,6 @@ All notable changes to this project will be documented in this file.
- `modules/cloud-run-v2`: removed `depends_on` from worker pools. [[#3291](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3291)] - `modules/cloud-run-v2`: removed `depends_on` from worker pools. [[#3291](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3291)]
- `modules/gke-hub`: binutz removed from Config Management configuration options. [[#3291](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3291)] - `modules/gke-hub`: binutz removed from Config Management configuration options. [[#3291](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3291)]
### BLUEPRINTS ### BLUEPRINTS
- [[#3291](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3291)] Upgrade provider to version 7.0.1 ([juliocc](https://github.com/juliocc)) <!-- 2025-09-01 15:29:20+00:00 --> - [[#3291](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3291)] Upgrade provider to version 7.0.1 ([juliocc](https://github.com/juliocc)) <!-- 2025-09-01 15:29:20+00:00 -->

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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v44.0.0-tf"
} }
} }

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.0.0

View File

@@ -12,4 +12,4 @@
# 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.
# FAST release: v43.0.0 # FAST release: v44.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v44.0.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: v43.0.0 # Fabric release: v44.0.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/ai-applications:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v44.0.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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v44.0.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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v44.0.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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v44.0.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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v44.0.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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -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:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v44.0.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: v43.0.0 # Fabric release: v44.0.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-deploy:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.0.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: v43.0.0 # Fabric release: v44.0.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:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.0.0-tofu"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v43.0.0-tofu" module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.0.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: v43.0.0 # Fabric release: v44.0.0
terraform { terraform {
required_version = ">= 1.11.4" required_version = ">= 1.11.4"
@@ -27,9 +27,9 @@ terraform {
} }
} }
provider_meta "google" { provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v44.0.0-tf"
} }
provider_meta "google-beta" { provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v43.0.0-tf" module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v44.0.0-tf"
} }
} }

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