prep v44.1.0
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -3,7 +3,22 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
<!-- markdownlint-disable MD024 -->
|
||||
|
||||
## [Unreleased] <!-- from: 2025-09-01 15:38:26+00:00 to: None since: v43.0.0 -->
|
||||
## [Unreleased] <!-- from: 2025-09-05 09:36:17+00:00 to: None since: v44.0.0 -->
|
||||
|
||||
## [44.1.0] - 2025-09-06
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
- `modules/project-factory`: automation resource keys now have the `/automation` prefix added between project key and resource key, e.g. `$iam_principals:service_accounts/foo/automation/rw` [[#3303](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3303)]
|
||||
|
||||
### FAST
|
||||
|
||||
- [[#3301](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3301)] Add missing outputs to new project factory module, improve context README section ([ludoo](https://github.com/ludoo)) <!-- 2025-09-05 20:21:28+00:00 -->
|
||||
|
||||
### MODULES
|
||||
|
||||
- [[#3303](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3303)] New project factory improvements ([ludoo](https://github.com/ludoo)) <!-- 2025-09-06 08:01:37+00:00 -->
|
||||
- [[#3301](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3301)] Add missing outputs to new project factory module, improve context README section ([ludoo](https://github.com/ludoo)) <!-- 2025-09-05 20:21:28+00:00 -->
|
||||
|
||||
## [44.0.0] - 2025-09-05
|
||||
|
||||
@@ -1531,7 +1546,9 @@ 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/v43.0.0...HEAD
|
||||
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v44.1.0...HEAD
|
||||
[44.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v44.1.0...44.0.0
|
||||
[44.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v44.0.0...43.0.0
|
||||
[43.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v43.0.0...42.1.0
|
||||
[42.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v42.1.0...42.0.0
|
||||
[42.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v41.1.0...41.0.0
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v44.0.0
|
||||
# FAST release: v44.1.0
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v44.1.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: v44.0.0
|
||||
# Fabric release: v44.1.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:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/compute-vm/versions.tofu
generated
6
modules/compute-vm/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.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-vm:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/container-registry/versions.tf
generated
6
modules/container-registry/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/container-registry/versions.tofu
generated
6
modules/container-registry/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/data-catalog-policy-tag/versions.tf
generated
6
modules/data-catalog-policy-tag/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/data-catalog-policy-tag/versions.tofu
generated
6
modules/data-catalog-policy-tag/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/data-catalog-tag-template/versions.tf
generated
6
modules/data-catalog-tag-template/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/data-catalog-tag-template/versions.tofu
generated
6
modules/data-catalog-tag-template/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/data-catalog-tag/versions.tf
generated
6
modules/data-catalog-tag/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/data-catalog-tag/versions.tofu
generated
6
modules/data-catalog-tag/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/dataform-repository/versions.tf
generated
6
modules/dataform-repository/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/dataform-repository/versions.tofu
generated
6
modules/dataform-repository/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v44.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/datafusion/versions.tf
generated
6
modules/datafusion/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v44.0.0
|
||||
# Fabric release: v44.1.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
@@ -27,9 +27,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v44.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v44.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/datafusion:v44.1.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