File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ terraform {
2929 required_providers {
3030 google = {
3131 source = " hashicorp/google"
32- version = " ~> 4.84 .0"
32+ version = " ~> 6.50 .0"
3333 }
3434 google-beta = {
3535 source = " hashicorp/google-beta"
36- version = " ~> 4.84 .0"
36+ version = " ~> 6.50 .0"
3737 }
3838 }
3939}
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ terraform {
2929 required_providers {
3030 google = {
3131 source = " hashicorp/google"
32- version = " ~> 4.84 .0"
32+ version = " ~> 6.50 .0"
3333 }
3434 google-beta = {
3535 source = " hashicorp/google-beta"
36- version = " ~> 4.84 .0"
36+ version = " ~> 6.50 .0"
3737 }
3838 }
3939}
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ terraform {
2020 required_providers {
2121 google = {
2222 source = " hashicorp/google"
23- version = " ~> 4.84 .0"
23+ version = " ~> 6.50 .0"
2424 }
2525 google-beta = {
2626 source = " hashicorp/google-beta"
27- version = " ~> 4.84 .0"
27+ version = " ~> 6.50 .0"
2828 }
2929 }
3030}
Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ locals {
237237 environment_variables = [
238238 {
239239 name = " DEFAULT_AWS_BASE_URL" ,
240- // AWS eu-central -1 is Frankfurt
241- value = " https://prod-registry-k8s-io-eu-central -1.s3.dualstack.eu-central -1.amazonaws.com" ,
240+ // AWS eu-south -1 is Milan
241+ value = " https://prod-registry-k8s-io-eu-south -1.s3.dualstack.eu-south -1.amazonaws.com" ,
242242 },
243243 {
244244 name = " UPSTREAM_REGISTRY_ENDPOINT" ,
@@ -255,8 +255,8 @@ locals {
255255 environment_variables = [
256256 {
257257 name = " DEFAULT_AWS_BASE_URL" ,
258- // AWS eu-west-1 is in Ireland
259- value = " https://prod-registry-k8s-io-eu-west-1 .s3.dualstack.eu-west-1 .amazonaws.com" ,
258+ // AWS eu-west-3 is in Paris
259+ value = " https://prod-registry-k8s-io-eu-west-3 .s3.dualstack.eu-west-3 .amazonaws.com" ,
260260 },
261261 {
262262 name = " UPSTREAM_REGISTRY_ENDPOINT" ,
You can’t perform that action at this time.
0 commit comments