prep v40.2.0
This commit is contained in:
@@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased] <!-- from: 2025-05-21 14:22:05+00:00 to: None since: v40.1.0 -->
|
||||
|
||||
## [40.2.0] - 2025-06-29
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
- `modules/ai-applications`: renamed `agentspace` module to `ai-applications` [[#3184](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3184)]
|
||||
- `modules/gke-nodepool`: renamed variable `network_config.additional_pod_network_config` to `network_config.additional_pod_network_configs` [[#3134](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3134)]
|
||||
|
||||
|
||||
### BLUEPRINTS
|
||||
|
||||
- [[#3201](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3201)] Update service-agents.yaml ([juliocc](https://github.com/juliocc)) <!-- 2025-06-28 17:59:06+00:00 -->
|
||||
@@ -1255,7 +1256,8 @@ All notable changes to this project will be documented in this file.
|
||||
- [[#2163](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2163)] feat: add e2e test for pubsub module ([andybubu](https://github.com/andybubu)) <!-- 2024-03-20 16:30:30+00:00 -->
|
||||
|
||||
<!-- markdown-link-check-disable -->
|
||||
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.1.0...HEAD
|
||||
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.2.0...HEAD
|
||||
[40.2.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.1.0...40.2.0
|
||||
[40.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v40.0.0...40.1.0
|
||||
[40.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v39.2.0...v40.0.0
|
||||
[39.2.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v39.1.0...v39.2.0
|
||||
@@ -1281,4 +1283,4 @@ All notable changes to this project will be documented in this file.
|
||||
[32.0.1]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v32.0.0...v32.0.1>
|
||||
[32.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v31.1.0...v32.0.0>
|
||||
[31.1.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v31.0.0...v31.1.0>
|
||||
[31.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v30.0.0...v31.0.0>
|
||||
[31.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v30.0.0...v31.0.0>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
blueprints/gke/patterns/batch/versions.tf
generated
6
blueprints/gke/patterns/batch/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
blueprints/gke/patterns/batch/versions.tofu
generated
6
blueprints/gke/patterns/batch/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
blueprints/gke/patterns/kafka/versions.tf
generated
6
blueprints/gke/patterns/kafka/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
blueprints/gke/patterns/kafka/versions.tofu
generated
6
blueprints/gke/patterns/kafka/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
blueprints/gke/patterns/mysql/versions.tf
generated
6
blueprints/gke/patterns/mysql/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
blueprints/gke/patterns/mysql/versions.tofu
generated
6
blueprints/gke/patterns/mysql/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
fast/project-templates/managed-kafka/versions.tf
generated
6
fast/project-templates/managed-kafka/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: 40.1.0
|
||||
# FAST release: 40.2.0
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/ai-applications/versions.tf
generated
6
modules/ai-applications/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/ai-applications/versions.tofu
generated
6
modules/ai-applications/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/alloydb/versions.tf
generated
6
modules/alloydb/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/alloydb/versions.tofu
generated
6
modules/alloydb/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/analytics-hub/versions.tf
generated
6
modules/analytics-hub/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/analytics-hub/versions.tofu
generated
6
modules/analytics-hub/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/api-gateway/versions.tf
generated
6
modules/api-gateway/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/api-gateway/versions.tofu
generated
6
modules/api-gateway/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/apigee/versions.tf
generated
6
modules/apigee/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/apigee/versions.tofu
generated
6
modules/apigee/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/artifact-registry/versions.tf
generated
6
modules/artifact-registry/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/artifact-registry/versions.tofu
generated
6
modules/artifact-registry/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/bigquery-dataset/versions.tf
generated
6
modules/bigquery-dataset/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/bigquery-dataset/versions.tofu
generated
6
modules/bigquery-dataset/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/bigtable-instance/versions.tf
generated
6
modules/bigtable-instance/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/bigtable-instance/versions.tofu
generated
6
modules/bigtable-instance/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/billing-account/versions.tf
generated
6
modules/billing-account/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/billing-account/versions.tofu
generated
6
modules/billing-account/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/binauthz/versions.tf
generated
6
modules/binauthz/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/binauthz/versions.tofu
generated
6
modules/binauthz/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/certificate-manager/versions.tf
generated
6
modules/certificate-manager/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/certificate-manager/versions.tofu
generated
6
modules/certificate-manager/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-config-container/mysql/versions.tf
generated
6
modules/cloud-config-container/mysql/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-config-container/nginx/versions.tf
generated
6
modules/cloud-config-container/nginx/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-deploy/versions.tf
generated
6
modules/cloud-deploy/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-deploy/versions.tofu
generated
6
modules/cloud-deploy/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-function-v1/versions.tf
generated
6
modules/cloud-function-v1/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-function-v1/versions.tofu
generated
6
modules/cloud-function-v1/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-function-v2/versions.tf
generated
6
modules/cloud-function-v2/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-function-v2/versions.tofu
generated
6
modules/cloud-function-v2/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-identity-group/versions.tf
generated
6
modules/cloud-identity-group/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-identity-group/versions.tofu
generated
6
modules/cloud-identity-group/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-run-v2/versions.tf
generated
6
modules/cloud-run-v2/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-run-v2/versions.tofu
generated
6
modules/cloud-run-v2/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-run/versions.tf
generated
6
modules/cloud-run/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-run/versions.tofu
generated
6
modules/cloud-run/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloudsql-instance/versions.tf
generated
6
modules/cloudsql-instance/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloudsql-instance/versions.tofu
generated
6
modules/cloudsql-instance/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/compute-mig/versions.tf
generated
6
modules/compute-mig/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/compute-mig/versions.tofu
generated
6
modules/compute-mig/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.2.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:40.2.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/compute-vm/versions.tf
generated
6
modules/compute-vm/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: 40.1.0
|
||||
# Fabric release: 40.2.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.2.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:40.2.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user