File tree 1 file changed +4
-4
lines changed
examples/internal-lb-cloud-run
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ module "internal-lb-subnet" {
68
68
69
69
module "backend-service-region-a" {
70
70
source = " GoogleCloudPlatform/cloud-run/google//modules/v2"
71
- version = " ~> 0.16.3 "
71
+ version = " ~> 0.17.0 "
72
72
project_id = var. project_id
73
73
location = " us-central1"
74
74
service_name = " bs-a"
@@ -81,7 +81,7 @@ module "backend-service-region-a" {
81
81
82
82
module "backend-service-region-b" {
83
83
source = " GoogleCloudPlatform/cloud-run/google//modules/v2"
84
- version = " ~> 0.16.3 "
84
+ version = " ~> 0.17.0 "
85
85
project_id = var. project_id
86
86
location = " us-west1"
87
87
service_name = " bs-b"
@@ -141,7 +141,7 @@ resource "google_vpc_access_connector" "internal_lb_vpc_connector" {
141
141
142
142
module "frontend-service-a" {
143
143
source = " GoogleCloudPlatform/cloud-run/google//modules/v2"
144
- version = " ~> 0.16.3 "
144
+ version = " ~> 0.17.0 "
145
145
project_id = var. project_id
146
146
location = " us-east1"
147
147
service_name = " fs-a"
@@ -159,7 +159,7 @@ module "frontend-service-a" {
159
159
160
160
module "frontend-service-b" {
161
161
source = " GoogleCloudPlatform/cloud-run/google//modules/v2"
162
- version = " ~> 0.16.3 "
162
+ version = " ~> 0.17.0 "
163
163
project_id = var. project_id
164
164
location = " us-east1"
165
165
service_name = " fs-b"
You can’t perform that action at this time.
0 commit comments