diff --git a/examples/internal-lb-cloud-run/main.tf b/examples/internal-lb-cloud-run/main.tf index 4a84ac81..7fe4cf40 100644 --- a/examples/internal-lb-cloud-run/main.tf +++ b/examples/internal-lb-cloud-run/main.tf @@ -68,7 +68,7 @@ module "internal-lb-subnet" { module "backend-service-region-a" { source = "GoogleCloudPlatform/cloud-run/google//modules/v2" - version = "~> 0.16.3" + version = "~> 0.21.0" project_id = var.project_id location = "us-central1" service_name = "bs-a" @@ -81,7 +81,7 @@ module "backend-service-region-a" { module "backend-service-region-b" { source = "GoogleCloudPlatform/cloud-run/google//modules/v2" - version = "~> 0.16.3" + version = "~> 0.21.0" project_id = var.project_id location = "us-west1" service_name = "bs-b" @@ -141,7 +141,7 @@ resource "google_vpc_access_connector" "internal_lb_vpc_connector" { module "frontend-service-a" { source = "GoogleCloudPlatform/cloud-run/google//modules/v2" - version = "~> 0.16.3" + version = "~> 0.21.0" project_id = var.project_id location = "us-east1" service_name = "fs-a" @@ -159,7 +159,7 @@ module "frontend-service-a" { module "frontend-service-b" { source = "GoogleCloudPlatform/cloud-run/google//modules/v2" - version = "~> 0.16.3" + version = "~> 0.21.0" project_id = var.project_id location = "us-east1" service_name = "fs-b" diff --git a/examples/internal-lb-gce-mig/main.tf b/examples/internal-lb-gce-mig/main.tf index b8f9a517..43431b29 100644 --- a/examples/internal-lb-gce-mig/main.tf +++ b/examples/internal-lb-gce-mig/main.tf @@ -220,7 +220,7 @@ resource "google_vpc_access_connector" "internal_lb_vpc_connector" { module "frontend-service-a" { source = "GoogleCloudPlatform/cloud-run/google//modules/v2" - version = "~> 0.16.3" + version = "~> 0.21.0" project_id = var.project_id location = "us-east1" service_name = "fs-gce-a" @@ -238,7 +238,7 @@ module "frontend-service-a" { module "frontend-service-b" { source = "GoogleCloudPlatform/cloud-run/google//modules/v2" - version = "~> 0.16.3" + version = "~> 0.21.0" project_id = var.project_id location = "us-east1" service_name = "fs-gce-b"