Skip to content

Commit 09c8d6a

Browse files
chore(deps): Update Terraform GoogleCloudPlatform/cloud-run/google to ~> 0.17.0
1 parent 4e8d688 commit 09c8d6a

File tree

1 file changed

+4
-4
lines changed
  • examples/internal-lb-cloud-run

1 file changed

+4
-4
lines changed

Diff for: examples/internal-lb-cloud-run/main.tf

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module "internal-lb-subnet" {
6868

6969
module "backend-service-region-a" {
7070
source = "GoogleCloudPlatform/cloud-run/google//modules/v2"
71-
version = "~> 0.16.3"
71+
version = "~> 0.17.0"
7272
project_id = var.project_id
7373
location = "us-central1"
7474
service_name = "bs-a"
@@ -81,7 +81,7 @@ module "backend-service-region-a" {
8181

8282
module "backend-service-region-b" {
8383
source = "GoogleCloudPlatform/cloud-run/google//modules/v2"
84-
version = "~> 0.16.3"
84+
version = "~> 0.17.0"
8585
project_id = var.project_id
8686
location = "us-west1"
8787
service_name = "bs-b"
@@ -141,7 +141,7 @@ resource "google_vpc_access_connector" "internal_lb_vpc_connector" {
141141

142142
module "frontend-service-a" {
143143
source = "GoogleCloudPlatform/cloud-run/google//modules/v2"
144-
version = "~> 0.16.3"
144+
version = "~> 0.17.0"
145145
project_id = var.project_id
146146
location = "us-east1"
147147
service_name = "fs-a"
@@ -159,7 +159,7 @@ module "frontend-service-a" {
159159

160160
module "frontend-service-b" {
161161
source = "GoogleCloudPlatform/cloud-run/google//modules/v2"
162-
version = "~> 0.16.3"
162+
version = "~> 0.17.0"
163163
project_id = var.project_id
164164
location = "us-east1"
165165
service_name = "fs-b"

0 commit comments

Comments
 (0)