File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ module "internal-lb-subnet" {
6868
6969module  "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
8282module  "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
142142module  "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
160160module  "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" 
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ resource "google_vpc_access_connector" "internal_lb_vpc_connector" {
220220
221221module  "frontend-service-a"  {
222222 source  =  " GoogleCloudPlatform/cloud-run/google//modules/v2" 
223-  version  =  " ~> 0.16.3 " 
223+  version  =  " ~> 0.17.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
239239module  "frontend-service-b"  {
240240 source  =  " GoogleCloudPlatform/cloud-run/google//modules/v2" 
241-  version  =  " ~> 0.16.3 " 
241+  version  =  " ~> 0.17.0 " 
242242 project_id  =   var. project_id 
243243 location  =  " us-east1" 
244244 service_name  =  " fs-gce-b" 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments