Upgrade provider to version 7.0.1 (#3291)

* Upgrade provider to version 7.0.1

* Update READMEs

* Bring back depends_on for services and jobs
This commit is contained in:
Julio Castillo
2025-09-01 17:29:20 +02:00
committed by GitHub
parent 9a2337ceb9
commit d3f0dc984e
239 changed files with 1129 additions and 1119 deletions

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/path:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/path:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/path:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/path:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/fast/project-templates/managed-kafka:v43.0.0-tf"
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/net-neg:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/project-iam-magic:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/ai-applications:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/alloydb:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/analytics-hub:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/api-gateway:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/apigee:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/artifact-registry:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-dataset:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigtable-instance:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/billing-account:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/binauthz:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-authority-service:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/certificate-manager:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/squid:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/coredns:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/cos-generic-metadata:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-sni-dyn-fwd-proxy:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/envoy-traffic-director:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/mysql:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx-tls:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/nginx:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/simple-nva:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-deploy:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v1:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-function-v2:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-identity-group:v43.0.0-tofu"
}
}

View File

@@ -506,7 +506,6 @@ module "secrets" {
}
}
}
module "cloud_run" {
source = "./fabric/modules/cloud-run-v2"
project_id = var.project_id
@@ -974,26 +973,26 @@ module "worker" {
| name | description | type | required | default |
|---|---|:---:|:---:|:---:|
| [name](variables.tf#L152) | Name used for Cloud Run service. | <code>string</code> | ✓ | |
| [project_id](variables.tf#L157) | Project id used for all resources. | <code>string</code> | ✓ | |
| [region](variables.tf#L162) | Region used for all resources. | <code>string</code> | ✓ | |
| [name](variables.tf#L160) | Name used for Cloud Run service. | <code>string</code> | ✓ | |
| [project_id](variables.tf#L165) | Project id used for all resources. | <code>string</code> | ✓ | |
| [region](variables.tf#L170) | Region used for all resources. | <code>string</code> | ✓ | |
| [containers](variables.tf#L17) | Containers in name => attributes format. | <code title="map&#40;object&#40;&#123;&#10; image &#61; string&#10; depends_on &#61; optional&#40;list&#40;string&#41;&#41;&#10; command &#61; optional&#40;list&#40;string&#41;&#41;&#10; args &#61; optional&#40;list&#40;string&#41;&#41;&#10; env &#61; optional&#40;map&#40;string&#41;&#41;&#10; env_from_key &#61; optional&#40;map&#40;object&#40;&#123;&#10; secret &#61; string&#10; version &#61; string&#10; &#125;&#41;&#41;&#41;&#10; liveness_probe &#61; optional&#40;object&#40;&#123;&#10; grpc &#61; optional&#40;object&#40;&#123;&#10; port &#61; optional&#40;number&#41;&#10; service &#61; optional&#40;string&#41;&#10; &#125;&#41;&#41;&#10; http_get &#61; optional&#40;object&#40;&#123;&#10; http_headers &#61; optional&#40;map&#40;string&#41;&#41;&#10; path &#61; optional&#40;string&#41;&#10; port &#61; optional&#40;number&#41;&#10; &#125;&#41;&#41;&#10; failure_threshold &#61; optional&#40;number&#41;&#10; initial_delay_seconds &#61; optional&#40;number&#41;&#10; period_seconds &#61; optional&#40;number&#41;&#10; timeout_seconds &#61; optional&#40;number&#41;&#10; &#125;&#41;&#41;&#10; ports &#61; optional&#40;map&#40;object&#40;&#123;&#10; container_port &#61; optional&#40;number&#41;&#10; name &#61; optional&#40;string&#41;&#10; &#125;&#41;&#41;&#41;&#10; resources &#61; optional&#40;object&#40;&#123;&#10; limits &#61; optional&#40;map&#40;string&#41;&#41;&#10; cpu_idle &#61; optional&#40;bool&#41;&#10; startup_cpu_boost &#61; optional&#40;bool&#41;&#10; &#125;&#41;&#41;&#10; startup_probe &#61; optional&#40;object&#40;&#123;&#10; grpc &#61; optional&#40;object&#40;&#123;&#10; port &#61; optional&#40;number&#41;&#10; service &#61; optional&#40;string&#41;&#10; &#125;&#41;&#41;&#10; http_get &#61; optional&#40;object&#40;&#123;&#10; http_headers &#61; optional&#40;map&#40;string&#41;&#41;&#10; path &#61; optional&#40;string&#41;&#10; port &#61; optional&#40;number&#41;&#10; &#125;&#41;&#41;&#10; tcp_socket &#61; optional&#40;object&#40;&#123;&#10; port &#61; optional&#40;number&#41;&#10; &#125;&#41;&#41;&#10; failure_threshold &#61; optional&#40;number&#41;&#10; initial_delay_seconds &#61; optional&#40;number&#41;&#10; period_seconds &#61; optional&#40;number&#41;&#10; timeout_seconds &#61; optional&#40;number&#41;&#10; &#125;&#41;&#41;&#10; volume_mounts &#61; optional&#40;map&#40;string&#41;&#41;&#10;&#125;&#41;&#41;">map&#40;object&#40;&#123;&#8230;&#125;&#41;&#41;</code> | | <code>&#123;&#125;</code> |
| [deletion_protection](variables.tf#L89) | Deletion protection setting for this Cloud Run service. | <code>string</code> | | <code>null</code> |
| [encryption_key](variables.tf#L95) | The full resource name of the Cloud KMS CryptoKey. | <code>string</code> | | <code>null</code> |
| [iam](variables.tf#L101) | IAM bindings for Cloud Run service in {ROLE => [MEMBERS]} format. | <code>map&#40;list&#40;string&#41;&#41;</code> | | <code>&#123;&#125;</code> |
| [job_config](variables.tf#L107) | Cloud Run Job specific configuration. | <code title="object&#40;&#123;&#10; max_retries &#61; optional&#40;number&#41;&#10; task_count &#61; optional&#40;number&#41;&#10; timeout &#61; optional&#40;string&#41;&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> | | <code>&#123;&#125;</code> |
| [labels](variables.tf#L122) | Resource labels. | <code>map&#40;string&#41;</code> | | <code>&#123;&#125;</code> |
| [launch_stage](variables.tf#L128) | The launch stage as defined by Google Cloud Platform Launch Stages. | <code>string</code> | | <code>null</code> |
| [managed_revision](variables.tf#L145) | Whether the Terraform module should control the deployment of revisions. | <code>bool</code> | | <code>true</code> |
| [revision](variables.tf#L167) | Revision template configurations. | <code title="object&#40;&#123;&#10; gpu_zonal_redundancy_disabled &#61; optional&#40;bool&#41;&#10; labels &#61; optional&#40;map&#40;string&#41;&#41;&#10; name &#61; optional&#40;string&#41;&#10; node_selector &#61; optional&#40;object&#40;&#123;&#10; accelerator &#61; string&#10; &#125;&#41;&#41;&#10; vpc_access &#61; optional&#40;object&#40;&#123;&#10; connector &#61; optional&#40;string&#41;&#10; egress &#61; optional&#40;string&#41;&#10; network &#61; optional&#40;string&#41;&#10; subnet &#61; optional&#40;string&#41;&#10; tags &#61; optional&#40;list&#40;string&#41;&#41;&#10; &#125;&#41;, &#123;&#125;&#41;&#10; timeout &#61; optional&#40;string&#41;&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> | | <code>&#123;&#125;</code> |
| [service_account](variables.tf#L227) | Service account email. Unused if service account is auto-created. | <code>string</code> | | <code>null</code> |
| [service_account_create](variables.tf#L233) | Auto-create service account. | <code>bool</code> | | <code>false</code> |
| [service_config](variables.tf#L239) | Cloud Run service specific configuration options. | <code title="object&#40;&#123;&#10; custom_audiences &#61; optional&#40;list&#40;string&#41;, null&#41;&#10; eventarc_triggers &#61; optional&#40;&#10; object&#40;&#123;&#10; audit_log &#61; optional&#40;map&#40;object&#40;&#123;&#10; method &#61; string&#10; service &#61; string&#10; &#125;&#41;&#41;&#41;&#10; pubsub &#61; optional&#40;map&#40;string&#41;&#41;&#10; storage &#61; optional&#40;map&#40;object&#40;&#123;&#10; bucket &#61; string&#10; path &#61; optional&#40;string&#41;&#10; &#125;&#41;&#41;&#41;&#10; service_account_email &#61; optional&#40;string&#41;&#10; &#125;&#41;, &#123;&#125;&#41;&#10; gen2_execution_environment &#61; optional&#40;bool, false&#41;&#10; iap_config &#61; optional&#40;object&#40;&#123;&#10; iam &#61; optional&#40;list&#40;string&#41;, &#91;&#93;&#41;&#10; iam_additive &#61; optional&#40;list&#40;string&#41;, &#91;&#93;&#41;&#10; &#125;&#41;, null&#41;&#10; ingress &#61; optional&#40;string, null&#41;&#10; invoker_iam_disabled &#61; optional&#40;bool, false&#41;&#10; max_concurrency &#61; optional&#40;number&#41;&#10; scaling &#61; optional&#40;object&#40;&#123;&#10; max_instance_count &#61; optional&#40;number&#41;&#10; min_instance_count &#61; optional&#40;number&#41;&#10; &#125;&#41;&#41;&#10; timeout &#61; optional&#40;string&#41;&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> | | <code>&#123;&#125;</code> |
| [tag_bindings](variables.tf#L302) | Tag bindings for this service, in key => tag value id format. | <code>map&#40;string&#41;</code> | | <code>&#123;&#125;</code> |
| [type](variables.tf#L309) | Type of Cloud Run resource to deploy: JOB, SERVICE or WORKERPOOL. | <code>string</code> | | <code>&#34;SERVICE&#34;</code> |
| [volumes](variables.tf#L319) | Named volumes in containers in name => attributes format. | <code title="map&#40;object&#40;&#123;&#10; secret &#61; optional&#40;object&#40;&#123;&#10; name &#61; string&#10; default_mode &#61; optional&#40;string&#41;&#10; path &#61; optional&#40;string&#41;&#10; version &#61; optional&#40;string&#41;&#10; mode &#61; optional&#40;string&#41;&#10; &#125;&#41;&#41;&#10; cloud_sql_instances &#61; optional&#40;list&#40;string&#41;&#41;&#10; empty_dir_size &#61; optional&#40;string&#41;&#10; gcs &#61; optional&#40;object&#40;&#123;&#10; bucket &#61; string&#10; is_read_only &#61; optional&#40;bool&#41;&#10; &#125;&#41;&#41;&#10; nfs &#61; optional&#40;object&#40;&#123;&#10; server &#61; string&#10; path &#61; optional&#40;string&#41;&#10; is_read_only &#61; optional&#40;bool&#41;&#10; &#125;&#41;&#41;&#10;&#125;&#41;&#41;">map&#40;object&#40;&#123;&#8230;&#125;&#41;&#41;</code> | | <code>&#123;&#125;</code> |
| [deletion_protection](variables.tf#L97) | Deletion protection setting for this Cloud Run service. | <code>string</code> | | <code>null</code> |
| [encryption_key](variables.tf#L103) | The full resource name of the Cloud KMS CryptoKey. | <code>string</code> | | <code>null</code> |
| [iam](variables.tf#L109) | IAM bindings for Cloud Run service in {ROLE => [MEMBERS]} format. | <code>map&#40;list&#40;string&#41;&#41;</code> | | <code>&#123;&#125;</code> |
| [job_config](variables.tf#L115) | Cloud Run Job specific configuration. | <code title="object&#40;&#123;&#10; max_retries &#61; optional&#40;number&#41;&#10; task_count &#61; optional&#40;number&#41;&#10; timeout &#61; optional&#40;string&#41;&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> | | <code>&#123;&#125;</code> |
| [labels](variables.tf#L130) | Resource labels. | <code>map&#40;string&#41;</code> | | <code>&#123;&#125;</code> |
| [launch_stage](variables.tf#L136) | The launch stage as defined by Google Cloud Platform Launch Stages. | <code>string</code> | | <code>null</code> |
| [managed_revision](variables.tf#L153) | Whether the Terraform module should control the deployment of revisions. | <code>bool</code> | | <code>true</code> |
| [revision](variables.tf#L175) | Revision template configurations. | <code title="object&#40;&#123;&#10; gpu_zonal_redundancy_disabled &#61; optional&#40;bool&#41;&#10; labels &#61; optional&#40;map&#40;string&#41;&#41;&#10; name &#61; optional&#40;string&#41;&#10; node_selector &#61; optional&#40;object&#40;&#123;&#10; accelerator &#61; string&#10; &#125;&#41;&#41;&#10; vpc_access &#61; optional&#40;object&#40;&#123;&#10; connector &#61; optional&#40;string&#41;&#10; egress &#61; optional&#40;string&#41;&#10; network &#61; optional&#40;string&#41;&#10; subnet &#61; optional&#40;string&#41;&#10; tags &#61; optional&#40;list&#40;string&#41;&#41;&#10; &#125;&#41;, &#123;&#125;&#41;&#10; timeout &#61; optional&#40;string&#41;&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> | | <code>&#123;&#125;</code> |
| [service_account](variables.tf#L235) | Service account email. Unused if service account is auto-created. | <code>string</code> | | <code>null</code> |
| [service_account_create](variables.tf#L241) | Auto-create service account. | <code>bool</code> | | <code>false</code> |
| [service_config](variables.tf#L247) | Cloud Run service specific configuration options. | <code title="object&#40;&#123;&#10; custom_audiences &#61; optional&#40;list&#40;string&#41;, null&#41;&#10; eventarc_triggers &#61; optional&#40;&#10; object&#40;&#123;&#10; audit_log &#61; optional&#40;map&#40;object&#40;&#123;&#10; method &#61; string&#10; service &#61; string&#10; &#125;&#41;&#41;&#41;&#10; pubsub &#61; optional&#40;map&#40;string&#41;&#41;&#10; storage &#61; optional&#40;map&#40;object&#40;&#123;&#10; bucket &#61; string&#10; path &#61; optional&#40;string&#41;&#10; &#125;&#41;&#41;&#41;&#10; service_account_email &#61; optional&#40;string&#41;&#10; &#125;&#41;, &#123;&#125;&#41;&#10; gen2_execution_environment &#61; optional&#40;bool, false&#41;&#10; iap_config &#61; optional&#40;object&#40;&#123;&#10; iam &#61; optional&#40;list&#40;string&#41;, &#91;&#93;&#41;&#10; iam_additive &#61; optional&#40;list&#40;string&#41;, &#91;&#93;&#41;&#10; &#125;&#41;, null&#41;&#10; ingress &#61; optional&#40;string, null&#41;&#10; invoker_iam_disabled &#61; optional&#40;bool, false&#41;&#10; max_concurrency &#61; optional&#40;number&#41;&#10; scaling &#61; optional&#40;object&#40;&#123;&#10; max_instance_count &#61; optional&#40;number&#41;&#10; min_instance_count &#61; optional&#40;number&#41;&#10; &#125;&#41;&#41;&#10; timeout &#61; optional&#40;string&#41;&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> | | <code>&#123;&#125;</code> |
| [tag_bindings](variables.tf#L310) | Tag bindings for this service, in key => tag value id format. | <code>map&#40;string&#41;</code> | | <code>&#123;&#125;</code> |
| [type](variables.tf#L317) | Type of Cloud Run resource to deploy: JOB, SERVICE or WORKERPOOL. | <code>string</code> | | <code>&#34;SERVICE&#34;</code> |
| [volumes](variables.tf#L327) | Named volumes in containers in name => attributes format. | <code title="map&#40;object&#40;&#123;&#10; secret &#61; optional&#40;object&#40;&#123;&#10; name &#61; string&#10; default_mode &#61; optional&#40;string&#41;&#10; path &#61; optional&#40;string&#41;&#10; version &#61; optional&#40;string&#41;&#10; mode &#61; optional&#40;string&#41;&#10; &#125;&#41;&#41;&#10; cloud_sql_instances &#61; optional&#40;list&#40;string&#41;&#41;&#10; empty_dir_size &#61; optional&#40;string&#41;&#10; gcs &#61; optional&#40;object&#40;&#123;&#10; bucket &#61; string&#10; is_read_only &#61; optional&#40;bool&#41;&#10; &#125;&#41;&#41;&#10; nfs &#61; optional&#40;object&#40;&#123;&#10; server &#61; string&#10; path &#61; optional&#40;string&#41;&#10; is_read_only &#61; optional&#40;bool&#41;&#10; &#125;&#41;&#41;&#10;&#125;&#41;&#41;">map&#40;object&#40;&#123;&#8230;&#125;&#41;&#41;</code> | | <code>&#123;&#125;</code> |
| [vpc_connector_create](variables-vpcconnector.tf#L17) | Populate this to create a Serverless VPC Access connector. | <code title="object&#40;&#123;&#10; ip_cidr_range &#61; optional&#40;string&#41;&#10; machine_type &#61; optional&#40;string&#41;&#10; name &#61; optional&#40;string&#41;&#10; network &#61; optional&#40;string&#41;&#10; instances &#61; optional&#40;object&#40;&#123;&#10; max &#61; optional&#40;number&#41;&#10; min &#61; optional&#40;number&#41;&#10; &#125;&#41;, &#123;&#125;&#10; &#41;&#10; throughput &#61; optional&#40;object&#40;&#123;&#10; max &#61; optional&#40;number&#41;&#10; min &#61; optional&#40;number&#41;&#10; &#125;&#41;, &#123;&#125;&#10; &#41;&#10; subnet &#61; optional&#40;object&#40;&#123;&#10; name &#61; optional&#40;string&#41;&#10; project_id &#61; optional&#40;string&#41;&#10; &#125;&#41;, &#123;&#125;&#41;&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> | | <code>null</code> |
| [workerpool_config](variables.tf#L353) | Cloud Run Worker Pool specific configuration. | <code title="object&#40;&#123;&#10; scaling &#61; optional&#40;object&#40;&#123;&#10; manual_instance_count &#61; optional&#40;number&#41;&#10; max_instance_count &#61; optional&#40;number&#41;&#10; min_instance_count &#61; optional&#40;number&#41;&#10; mode &#61; optional&#40;string&#41;&#10; &#125;&#41;&#41;&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> | | <code>&#123;&#125;</code> |
| [workerpool_config](variables.tf#L361) | Cloud Run Worker Pool specific configuration. | <code title="object&#40;&#123;&#10; scaling &#61; optional&#40;object&#40;&#123;&#10; manual_instance_count &#61; optional&#40;number&#41;&#10; max_instance_count &#61; optional&#40;number&#41;&#10; min_instance_count &#61; optional&#40;number&#41;&#10; mode &#61; optional&#40;string&#41;&#10; &#125;&#41;&#41;&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> | | <code>&#123;&#125;</code> |
## Outputs

View File

@@ -84,6 +84,14 @@ variable "containers" {
])
error_message = "Only following resource limits are available: 'cpu', 'memory' and 'nvidia.com/gpu'."
}
validation {
condition = alltrue([
for c in var.containers : (
var.type != "WORKERPOOL" || c.depends_on == null
)
])
error_message = "depends_on is not supported when type is WORKERPOOL."
}
}
variable "deletion_protection" {

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run-v2:v43.0.0-tofu"
}
}

View File

@@ -69,11 +69,10 @@ resource "google_cloud_run_v2_worker_pool" "default_managed" {
dynamic "containers" {
for_each = var.containers
content {
name = containers.key
image = containers.value.image
depends_on = containers.value.depends_on
command = containers.value.command
args = containers.value.args
name = containers.key
image = containers.value.image
command = containers.value.command
args = containers.value.args
dynamic "env" {
for_each = coalesce(containers.value.env, tomap({}))
content {
@@ -240,11 +239,10 @@ resource "google_cloud_run_v2_worker_pool" "default_unmanaged" {
dynamic "containers" {
for_each = var.containers
content {
name = containers.key
image = containers.value.image
depends_on = containers.value.depends_on
command = containers.value.command
args = containers.value.args
name = containers.key
image = containers.value.image
command = containers.value.command
args = containers.value.args
dynamic "env" {
for_each = coalesce(containers.value.env, tomap({}))
content {

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v43.0.0-tf"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v43.0.0-tofu"
}
}

View File

@@ -12,24 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v42.1.0
# Fabric release: v43.0.0
terraform {
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.47.0, < 7.0.0" # tftest
version = ">= 7.0.1, < 8.0.0" # tftest
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-mig:v43.0.0-tf"
}
}

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