Skip to content

Commit 85fdb2e

Browse files
chore(deps): Update Terraform terraform-google-modules/lb-http/google to v11
1 parent 13602f7 commit 85fdb2e

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

examples/cdn-policy/main.tf

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

8484
module "gce-lb-http" {
8585
source = "terraform-google-modules/lb-http/google"
86-
version = "~> 10.0"
86+
version = "~> 11.0"
8787

8888
name = "mig-http-lb"
8989
project = var.project_id

examples/certificate-map/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ locals {
6565

6666
module "gce-lb-https" {
6767
source = "terraform-google-modules/lb-http/google"
68-
version = "~> 10.0"
68+
version = "~> 11.0"
6969
name = var.network_name
7070
project = var.project_id
7171
firewall_networks = [google_compute_network.default.self_link]

examples/cloudrun/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ provider "google-beta" {
2525
# [START cloudloadbalancing_ext_http_cloudrun]
2626
module "lb-http" {
2727
source = "terraform-google-modules/lb-http/google//modules/serverless_negs"
28-
version = "~> 10.0"
28+
version = "~> 11.0"
2929

3030
name = var.lb_name
3131
project = var.project_id

examples/cross-project-mig-backend/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# [START cloudloadbalancing_ext_http_gce_shared_vpc]
1919
module "gce-lb-http" {
2020
source = "terraform-google-modules/lb-http/google"
21-
version = "~> 10.0"
21+
version = "~> 11.0"
2222

2323
name = "ci-crossproject-lb"
2424
project = var.project_id

examples/dynamic-backend/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "google_compute_managed_ssl_certificate" "frontend" {
3232

3333
module "load_balancer" {
3434
source = "terraform-google-modules/lb-http/google//modules/dynamic_backends"
35-
version = "~> 10.0"
35+
version = "~> 11.0"
3636

3737
name = "dynamic-backend-lb"
3838
project = var.project

examples/https-gke/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data "google_client_config" "current" {}
2626

2727
module "gce-lb-https" {
2828
source = "terraform-google-modules/lb-http/google"
29-
version = "~> 10.0"
29+
version = "~> 11.0"
3030

3131
project = var.project
3232
name = var.name

examples/https-redirect/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module "mig" {
9393
# [START cloudloadbalancing_ext_http_gce_http_redirect]
9494
module "gce-lb-http" {
9595
source = "terraform-google-modules/lb-http/google"
96-
version = "~> 10.0"
96+
version = "~> 11.0"
9797
name = "ci-https-redirect"
9898
project = var.project
9999
target_tags = [var.network_name]

examples/mig-nat-http-lb/main.tf

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

9393
module "gce-lb-http" {
9494
source = "terraform-google-modules/lb-http/google"
95-
version = "~> 10.0"
95+
version = "~> 11.0"
9696
name = "mig-http-lb"
9797
project = var.project
9898
target_tags = [var.network_name]

examples/multi-backend-multi-mig-bucket-https-lb/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ locals {
114114
# [START cloudloadbalancing_ext_http_gce_plus_bucket]
115115
module "gce-lb-https" {
116116
source = "terraform-google-modules/lb-http/google"
117-
version = "~> 10.0"
117+
version = "~> 11.0"
118118
name = var.network_name
119119
project = var.project
120120
target_tags = [

examples/multi-mig-http-lb/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module "cloud-nat-group2" {
7070
# [START cloudloadbalancing_ext_http_gce]
7171
module "gce-lb-http" {
7272
source = "terraform-google-modules/lb-http/google"
73-
version = "~> 10.0"
73+
version = "~> 11.0"
7474
name = var.network_prefix
7575
project = var.project
7676
target_tags = [

0 commit comments

Comments
 (0)