prep v45.1.0
This commit is contained in:
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased] <!-- from: 2025-09-20 12:38:37+00:00 to: None since: v45.0.0 -->
|
||||
|
||||
## [45.1.0] - 2025-10-26
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
- `modules/cloud-run`: cloud-run module was deprecated in favor of cloud-run-v2, which supports more functionalities [[#3472](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3472)]
|
||||
@@ -1714,7 +1716,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/v45.0.0...HEAD
|
||||
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v45.1.0...HEAD
|
||||
[45.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v45.1.0...45.0.0
|
||||
[45.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v45.0.0...44.2.0
|
||||
[44.2.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v44.2.0...44.1.0
|
||||
[44.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v44.1.0...44.0.0
|
||||
@@ -1750,4 +1753,4 @@ Project templates are still following the old project factory schemas, and will
|
||||
[32.0.1]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v32.0.0...v32.0.1>
|
||||
[32.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v31.1.0...v32.0.0>
|
||||
[31.1.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v31.0.0...v31.1.0>
|
||||
[31.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v30.0.0...v31.0.0>
|
||||
[31.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v30.0.0...v31.0.0>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# FAST release: v45.0.0
|
||||
# FAST release: v45.1.0
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/agent-engine/versions.tf
generated
6
modules/agent-engine/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/agent-engine:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/agent-engine:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/agent-engine:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/agent-engine/versions.tofu
generated
6
modules/agent-engine/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/agent-engine:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/agent-engine:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/agent-engine:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/bigquery-connection/versions.tf
generated
6
modules/bigquery-connection/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-connection:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-connection:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-connection:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/bigquery-connection/versions.tofu
generated
6
modules/bigquery-connection/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-connection:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-connection:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-connection:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-build-v2-connection/versions.tf
generated
6
modules/cloud-build-v2-connection/versions.tf
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-build-v2-connection:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-build-v2-connection:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-build-v2-connection:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
6
modules/cloud-build-v2-connection/versions.tofu
generated
6
modules/cloud-build-v2-connection/versions.tofu
generated
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-build-v2-connection:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-build-v2-connection:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-build-v2-connection:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v45.1.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v45.1.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v45.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: v45.0.0
|
||||
# Fabric release: v45.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:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:v45.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: v45.0.0
|
||||
# Fabric release: v45.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/container-registry:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v45.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: v45.0.0
|
||||
# Fabric release: v45.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/container-registry:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/container-registry:v45.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: v45.0.0
|
||||
# Fabric release: v45.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/data-catalog-policy-tag:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v45.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: v45.0.0
|
||||
# Fabric release: v45.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/data-catalog-policy-tag:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-policy-tag:v45.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: v45.0.0
|
||||
# Fabric release: v45.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/data-catalog-tag-template:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v45.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: v45.0.0
|
||||
# Fabric release: v45.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/data-catalog-tag-template:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag-template:v45.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: v45.0.0
|
||||
# Fabric release: v45.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/data-catalog-tag:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v45.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: v45.0.0
|
||||
# Fabric release: v45.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/data-catalog-tag:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v45.1.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v45.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/data-catalog-tag:v45.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: v45.0.0
|
||||
# Fabric release: v45.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/dataform-repository:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v45.1.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v45.0.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/dataform-repository:v45.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