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

This commit is contained in:
Ludovico Magnocavallo
2025-11-24 09:56:12 +00:00
236 changed files with 868 additions and 694 deletions

View File

@@ -3,7 +3,25 @@
All notable changes to this project will be documented in this file.
<!-- markdownlint-disable MD024 -->
## [Unreleased] <!-- from: 2025-11-11 09:17:58+00:00 to: None since: v48.0.0 -->
## [Unreleased] <!-- from: 2025-11-18 13:52:06+00:00 to: None since: v49.0.0 -->
## [49.1.0] - 2025-11-24
### FAST
- [[#3549](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3549)] Add custom default routes and delete default route in FAST networking -
- [[#3548](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3548)] Context improvements: "all service accounts" principal in folder, org, project modules; custom roles in factory condition vars for FAST stage 0 ([ludoo](https://github.com/ludoo)) <!-- 2025-11-24 08:28:41+00:00 -->
### MODULES
- [[#3548](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3548)] Context improvements: "all service accounts" principal in folder, org, project modules; custom roles in factory condition vars for FAST stage 0 ([ludoo](https://github.com/ludoo)) <!-- 2025-11-24 08:28:41+00:00 -->
- [[#3543](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3543)] Update service-agents.yaml ([wiktorn](https://github.com/wiktorn)) <!-- 2025-11-24 08:06:24+00:00 -->
- [[#3547](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3547)] Fix org policy service to be enabled before organization policies applied ([vannicktrinquier](https://github.com/vannicktrinquier)) <!-- 2025-11-21 07:22:18+00:00 -->
- [[#3536](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3536)] Add backup vault module ([yashwantmahawar](https://github.com/yashwantmahawar)) <!-- 2025-11-19 18:48:37+00:00 -->
- [[#3542](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3542)] Fix factory budget check with threshold_rules[*].percent ([kovagoadam](https://github.com/kovagoadam)) <!-- 2025-11-19 15:44:55+00:00 -->
- [[#3540](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3540)] Fix aprover -> approver ([juliocc](https://github.com/juliocc)) <!-- 2025-11-19 07:50:23+00:00 -->
- [[#3529](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3529)] Add optional secondary read pool support to the alloydb module ([sshcherbakov](https://github.com/sshcherbakov)) <!-- 2025-11-18 23:15:43+00:00 -->
- [[#3539](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3539)] Allow PSC and PSA connections on Cloud SQL ([vennemp](https://github.com/vennemp)) <!-- 2025-11-18 22:46:48+00:00 -->
## [49.0.0] - 2025-11-18
@@ -1940,7 +1958,8 @@ Project templates are still following the old project factory schemas, and will
- [[#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/v49.0.0...HEAD
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v49.1.0...HEAD
[49.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v49.1.0...49.0.0
[49.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v49.0.0...48.1.0
[48.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v48.1.0...48.0.0
[48.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v48.0.0...47.1.0

View File

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

View File

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

View File

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

View File

@@ -34,7 +34,12 @@ module "factory" {
)
data_overrides = local.project_defaults.overrides
context = merge(local.ctx, {
condition_vars = local.ctx_condition_vars
condition_vars = merge(local.ctx_condition_vars, {
custom_roles = merge(
try(local.ctx.condition_vars.custom_roles, {}),
module.organization[0].custom_role_id
)
})
custom_roles = merge(
local.ctx.custom_roles,
module.organization[0].custom_role_id

View File

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

View File

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

View File

@@ -6,7 +6,7 @@
project_id: $project_ids:net-dev-0
name: dev-0
delete_default_routes_on_create: false
delete_default_routes_on_create: true
mtu: 1500
nat_config:
nat-primary:
@@ -14,3 +14,8 @@ nat_config:
ncc_config:
hub: $ncc_hubs:hub
group: $ncc_groups:hub/default
routes:
default:
dest_range: 0.0.0.0/0
next_hop_type: "gateway"
next_hop: "default-internet-gateway"

View File

@@ -6,15 +6,13 @@
project_id: $project_ids:net-core-0
name: hub-0
delete_default_routes_on_create: false
delete_default_routes_on_create: true
routers:
vpn-router:
region: $locations:primary
asn: 64514
routes:
gateway:
# The configuration above is purely illustrative. Adjust as needed.
dest_range: "8.8.8.8/32"
priority: 100
default:
dest_range: 0.0.0.0/0
next_hop_type: "gateway"
next_hop: "default-internet-gateway"

View File

@@ -6,7 +6,7 @@
project_id: $project_ids:net-prod-0
name: prod-0
delete_default_routes_on_create: false
delete_default_routes_on_create: true
mtu: 1500
nat_config:
nat-primary:
@@ -21,6 +21,11 @@ psa_configs:
import_routes: true
peered_domains:
- "test."
routes:
default:
dest_range: 0.0.0.0/0
next_hop_type: "gateway"
next_hop: "default-internet-gateway"
subnets_proxy_only:
- ip_cidr_range: 10.72.240.0/24
region: $locations:primary

View File

@@ -6,10 +6,9 @@
project_id: $project_ids:net-core-0
name: hub-0
delete_default_routes_on_create: false
delete_default_routes_on_create: true
routes:
gateway:
dest_range: "8.8.8.8/32"
priority: 100
default:
dest_range: 0.0.0.0/0
next_hop_type: "gateway"
next_hop: "default-internet-gateway"

View File

@@ -6,7 +6,7 @@
project_id: $project_ids:net-dev-0
name: dev-0
delete_default_routes_on_create: false
delete_default_routes_on_create: true
mtu: 1500
nat_config:
nat-ew8:
@@ -14,3 +14,8 @@ nat_config:
peering_config:
to-hub:
peer_network: $networks:hub
routes:
default:
dest_range: 0.0.0.0/0
next_hop_type: "gateway"
next_hop: "default-internet-gateway"

View File

@@ -6,22 +6,21 @@
project_id: $project_ids:net-core-0
name: hub-0
delete_default_routes_on_create: false
delete_default_routes_on_create: true
nat_config:
nat-ew8:
region: $locations:primary
routers:
vpn-router:
region: $locations:primary
asn: 64514
routes:
gateway:
dest_range: "8.8.8.8/32"
priority: 100
next_hop_type: "gateway"
next_hop: "default-internet-gateway"
peering_config:
to-prod:
peer_network: $networks:prod
to-dev:
peer_network: $networks:dev
routers:
vpn-router:
region: $locations:primary
asn: 64514
routes:
default:
dest_range: 0.0.0.0/0
next_hop_type: "gateway"
next_hop: "default-internet-gateway"

View File

@@ -6,7 +6,7 @@
project_id: $project_ids:net-prod-0
name: prod-0
delete_default_routes_on_create: false
delete_default_routes_on_create: true
mtu: 1500
nat_config:
nat-ew8:
@@ -21,6 +21,11 @@ psa_configs:
import_routes: true
peered_domains:
- "test."
routes:
default:
dest_range: 0.0.0.0/0
next_hop_type: "gateway"
next_hop: "default-internet-gateway"
subnets_proxy_only:
- ip_cidr_range: 10.72.240.0/24
region: $locations:primary

View File

@@ -6,9 +6,14 @@
project_id: $project_ids:net-dev-0
name: dev-0
delete_default_routes_on_create: false
delete_default_routes_on_create: true
mtu: 1500
routers:
vpn-router:
region: $locations:primary
asn: 64516
routes:
default:
dest_range: 0.0.0.0/0
next_hop_type: "gateway"
next_hop: "default-internet-gateway"

View File

@@ -6,7 +6,7 @@
project_id: $project_ids:net-core-0
name: hub-0
delete_default_routes_on_create: false
delete_default_routes_on_create: true
nat_config:
nat-ew8:
region: $locations:primary
@@ -20,8 +20,7 @@ routers:
"172.16.0.0/12": "rfc1918-172"
"192.168.0.0/16": "rfc1918-192"
routes:
gateway:
dest_range: "8.8.8.8/32"
priority: 100
default:
dest_range: 0.0.0.0/0
next_hop_type: "gateway"
next_hop: "default-internet-gateway"

View File

@@ -6,9 +6,14 @@
project_id: $project_ids:net-prod-0
name: prod-0
delete_default_routes_on_create: false
delete_default_routes_on_create: true
mtu: 1500
routers:
vpn-router:
region: $locations:primary
asn: 64515
routes:
default:
dest_range: 0.0.0.0/0
next_hop_type: "gateway"
next_hop: "default-internet-gateway"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v49.0.0
# Fabric release: v49.1.0
terraform {
required_version = ">= 1.12.2"
@@ -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:v49.0.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v49.1.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v49.0.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v49.1.0-tf"
}
}

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v49.0.0
# Fabric release: v49.1.0
terraform {
required_version = ">= 1.10.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:v49.0.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v49.1.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v49.0.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v49.1.0-tofu"
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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