File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
multi-backend-multi-mig-bucket-https-lb Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ module "mig1_template" {
4949 }
5050 name_prefix = " ${ var . network_name } -group1"
5151 startup_script = data. template_file . group1-startup-script . rendered
52- source_image_family = " ubuntu-1804 -lts"
52+ source_image_family = " ubuntu-2004 -lts"
5353 source_image_project = " ubuntu-os-cloud"
5454 tags = [
5555 " ${ var . network_name } -group1" ,
@@ -83,7 +83,7 @@ module "mig2_template" {
8383 }
8484 name_prefix = " ${ var . network_name } -group2"
8585 startup_script = data. template_file . group2-startup-script . rendered
86- source_image_family = " ubuntu-1804 -lts"
86+ source_image_family = " ubuntu-2004 -lts"
8787 source_image_project = " ubuntu-os-cloud"
8888 tags = [
8989 " ${ var . network_name } -group2" ,
@@ -118,7 +118,7 @@ module "mig3_template" {
118118 }
119119 name_prefix = " ${ var . network_name } -group3"
120120 startup_script = data. template_file . group3-startup-script . rendered
121- source_image_family = " ubuntu-1804 -lts"
121+ source_image_family = " ubuntu-2004 -lts"
122122 source_image_project = " ubuntu-os-cloud"
123123 tags = [
124124 " ${ var . network_name } -group3" ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module "mig1_template" {
4141 }
4242 name_prefix = " ${ var . network_prefix } -group1"
4343 startup_script = data. template_file . group-startup-script . rendered
44- source_image_family = " ubuntu-1804 -lts"
44+ source_image_family = " ubuntu-2004 -lts"
4545 source_image_project = " ubuntu-os-cloud"
4646 tags = [
4747 " ${ var . network_prefix } -group1" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ module "mig1_template" {
4949 }
5050 name_prefix = " ${ var . network_name } -group1"
5151 startup_script = data. template_file . group1-startup-script . rendered
52- source_image_family = " ubuntu-1804 -lts"
52+ source_image_family = " ubuntu-2004 -lts"
5353 source_image_project = " ubuntu-os-cloud"
5454 tags = [
5555 " ${ var . network_name } -group1" ,
You can’t perform that action at this time.
0 commit comments