Skip to content

Commit f6dd9d5

Browse files
chore(deps): Update Terraform GoogleCloudPlatform/cloud-run/google to ~> 0.21.0
1 parent a1452cb commit f6dd9d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/internal-lb-cloud-run/main.tf

Lines changed: 4 additions & 4 deletions
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.21.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.21.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.21.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.21.0"
163163
project_id = var.project_id
164164
location = "us-east1"
165165
service_name = "fs-b"

examples/internal-lb-gce-mig/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ resource "google_vpc_access_connector" "internal_lb_vpc_connector" {
220220

221221
module "frontend-service-a" {
222222
source = "GoogleCloudPlatform/cloud-run/google//modules/v2"
223-
version = "~> 0.16.3"
223+
version = "~> 0.21.0"
224224
project_id = var.project_id
225225
location = "us-east1"
226226
service_name = "fs-gce-a"
@@ -238,7 +238,7 @@ module "frontend-service-a" {
238238

239239
module "frontend-service-b" {
240240
source = "GoogleCloudPlatform/cloud-run/google//modules/v2"
241-
version = "~> 0.16.3"
241+
version = "~> 0.21.0"
242242
project_id = var.project_id
243243
location = "us-east1"
244244
service_name = "fs-gce-b"

0 commit comments

Comments
 (0)