Skip to content

Commit 59ea95a

Browse files
chore(deps): Update Terraform terraform-google-modules/lb/google to v5
1 parent c064275 commit 59ea95a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/basic/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module "managed_instance_group" {
6262

6363
module "load_balancer_default" {
6464
source = "terraform-google-modules/lb/google"
65-
version = "~> 4.0"
65+
version = "~> 5.0"
6666

6767
name = "basic-load-balancer-default"
6868
region = var.region
@@ -74,7 +74,7 @@ module "load_balancer_default" {
7474

7575
module "load_balancer_no_hc" {
7676
source = "terraform-google-modules/lb/google"
77-
version = "~> 4.0"
77+
version = "~> 5.0"
7878

7979
name = "basic-load-balancer-no-hc"
8080
region = var.region
@@ -87,7 +87,7 @@ module "load_balancer_no_hc" {
8787

8888
module "load_balancer_custom_hc" {
8989
source = "terraform-google-modules/lb/google"
90-
version = "~> 4.0"
90+
version = "~> 5.0"
9191

9292
name = "basic-load-balancer-custom-hc"
9393
region = var.region

examples/regional_proxy_lb_mig/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module "mig" {
7979

8080
module "regional_proxy_lb" {
8181
source = "terraform-google-modules/lb/google//modules/regional_proxy_lb"
82-
version = "~> 4.0"
82+
version = "~> 5.0"
8383

8484
name = "my-tcp-lb"
8585
region = var.region

0 commit comments

Comments
 (0)