File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
master_authorized_networks Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ locals {
3434
3535module "gcloud" {
3636 source = " terraform-google-modules/gcloud/google"
37- version = " ~> 3.1 "
37+ version = " ~> 4.0 "
3838 platform = " linux"
3939 create_cmd_body = local. create_cmd_body
4040 destroy_cmd_body = local. destroy_cmd_body
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ locals {
2222
2323module "gcloud" {
2424 source = " terraform-google-modules/gcloud/google"
25- version = " ~> 3.1 "
25+ version = " ~> 4.0 "
2626 platform = " linux"
2727 create_cmd_body = local. create_cmd_body
2828 destroy_cmd_body = local. destroy_cmd_body
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ locals {
3838
3939module "gcloud" {
4040 source = " terraform-google-modules/gcloud/google"
41- version = " ~> 3.1 "
41+ version = " ~> 4.0 "
4242 platform = " linux"
4343 create_cmd_body = local. create_cmd_body
4444 destroy_cmd_body = local. destroy_cmd_body
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ locals {
2929module "gcloud" {
3030 source = " terraform-google-modules/gcloud/google"
3131 enabled = var. master_authorized_networks != null
32- version = " ~> 3.1 "
32+ version = " ~> 4.0 "
3333 platform = " linux"
3434 create_cmd_body = local. create_cmd_body
3535 destroy_cmd_body = local. destroy_cmd_body
You can’t perform that action at this time.
0 commit comments