File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed 
cross-project-mig-backend 
multi-backend-multi-mig-bucket-https-lb 
user-managed-google-managed-ssl Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ module "mig" {
8383
8484module  "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            =  . project_id 
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ locals {
6565
6666module  "gce-lb-https"  {
6767  source             =  " terraform-google-modules/lb-http/google" 
68-   version            =  " ~> 10 .0" 
68+   version            =  " ~> 11 .0" 
6969  name               =  . network_name 
7070  project            =  . project_id 
7171  firewall_networks  =  google_compute_network . default . self_link ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ provider "google-beta" {
2525#  [START cloudloadbalancing_ext_http_cloudrun]
2626module  "lb-http"  {
2727  source   =  " terraform-google-modules/lb-http/google//modules/serverless_negs" 
28-   version  =  " ~> 10 .0" 
28+   version  =  " ~> 11 .0" 
2929
3030  name     =  . lb_name 
3131  project  =  . project_id 
Original file line number Diff line number Diff line change 1818#  [START cloudloadbalancing_ext_http_gce_shared_vpc]
1919module  "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                =  . project_id 
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ resource "google_compute_managed_ssl_certificate" "frontend" {
3232
3333module  "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                      =  . project 
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ data "google_client_config" "current" {}
2626
2727module  "gce-lb-https"  {
2828  source   =  " terraform-google-modules/lb-http/google" 
29-   version  =  " ~> 10 .0" 
29+   version  =  " ~> 11 .0" 
3030
3131  project            =  . project 
3232  name               =  . name 
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ module "mig" {
9393#  [START cloudloadbalancing_ext_http_gce_http_redirect]
9494module  "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            =  . project 
9999  target_tags        =  var . network_name ]
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ module "mig" {
9292
9393module  "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            =  . project 
9898  target_tags        =  var . network_name ]
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ locals {
114114#  [START cloudloadbalancing_ext_http_gce_plus_bucket]
115115module  "gce-lb-https"  {
116116  source   =  " terraform-google-modules/lb-http/google" 
117-   version  =  " ~> 10 .0" 
117+   version  =  " ~> 11 .0" 
118118  name     =  . network_name 
119119  project  =  . project 
120120  target_tags  =  
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ module "cloud-nat-group2" {
7070#  [START cloudloadbalancing_ext_http_gce]
7171module  "gce-lb-http"  {
7272  source   =  " terraform-google-modules/lb-http/google" 
73-   version  =  " ~> 10 .0" 
73+   version  =  " ~> 11 .0" 
7474  name     =  . network_prefix 
7575  project  =  . project 
7676  target_tags  =  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments