File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
lb-http-separate-frontend-and-backend
multi-backend-multi-mig-bucket-https-lb
user-managed-google-managed-ssl Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module "mig1_template" {
3333 }
3434 name_prefix = " ${ var . network_name } -group1"
3535 startup_script = data. template_file . group1-startup-script . rendered
36- source_image_family = " ubuntu-2004 -lts"
36+ source_image_family = " ubuntu-2204 -lts"
3737 source_image_project = " ubuntu-os-cloud"
3838 tags = [
3939 " ${ var . network_name } -group1" ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ module "mig_template" {
6868 scopes = [" cloud-platform" ]
6969 }
7070 name_prefix = var. network_name
71- source_image_family = " ubuntu-2004 -lts"
71+ source_image_family = " ubuntu-2204 -lts"
7272 source_image_project = " ubuntu-os-cloud"
7373 startup_script = data. template_file . group-startup-script . rendered
7474 tags = [
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module "mig1_template" {
4141 }
4242 name_prefix = " lb-http-separate-frontend-and-backend-group1"
4343 startup_script = data. template_file . group-startup-script . rendered
44- source_image_family = " ubuntu-2004 -lts"
44+ source_image_family = " ubuntu-2204 -lts"
4545 source_image_project = " ubuntu-os-cloud"
4646 tags = [
4747 " lb-http-separate-frontend-and-backend-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-2004 -lts"
52+ source_image_family = " ubuntu-2204 -lts"
5353 source_image_project = " ubuntu-os-cloud"
5454 tags = [
5555 " ${ var . network_name } -group1" ,
@@ -81,7 +81,7 @@ module "mig2_template" {
8181 }
8282 name_prefix = " ${ var . network_name } -group2"
8383 startup_script = data. template_file . group2-startup-script . rendered
84- source_image_family = " ubuntu-2004 -lts"
84+ source_image_family = " ubuntu-2204 -lts"
8585 source_image_project = " ubuntu-os-cloud"
8686 tags = [
8787 " ${ var . network_name } -group2" ,
@@ -114,7 +114,7 @@ module "mig3_template" {
114114 }
115115 name_prefix = " ${ var . network_name } -group3"
116116 startup_script = data. template_file . group3-startup-script . rendered
117- source_image_family = " ubuntu-2004 -lts"
117+ source_image_family = " ubuntu-2204 -lts"
118118 source_image_project = " ubuntu-os-cloud"
119119 tags = [
120120 " ${ 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-2004 -lts"
44+ source_image_family = " ubuntu-2204 -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-2004 -lts"
52+ source_image_family = " ubuntu-2204 -lts"
5353 source_image_project = " ubuntu-os-cloud"
5454 tags = [
5555 " ${ var . network_name } -group1" ,
@@ -81,7 +81,7 @@ module "mig2_template" {
8181 }
8282 name_prefix = " ${ var . network_name } -group2"
8383 startup_script = data. template_file . group2-startup-script . rendered
84- source_image_family = " ubuntu-2004 -lts"
84+ source_image_family = " ubuntu-2204 -lts"
8585 source_image_project = " ubuntu-os-cloud"
8686 tags = [
8787 " ${ var . network_name } -group2" ,
@@ -114,7 +114,7 @@ module "mig3_template" {
114114 }
115115 name_prefix = " ${ var . network_name } -group3"
116116 startup_script = data. template_file . group3-startup-script . rendered
117- source_image_family = " ubuntu-2004 -lts"
117+ source_image_family = " ubuntu-2204 -lts"
118118 source_image_project = " ubuntu-os-cloud"
119119 tags = [
120120 " ${ var . network_name } -group3" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module "mig1_template" {
3333 }
3434 name_prefix = " ${ var . network_name } -group1"
3535 startup_script = data. template_file . group1-startup-script . rendered
36- source_image_family = " ubuntu-2004 -lts"
36+ source_image_family = " ubuntu-2204 -lts"
3737 source_image_project = " ubuntu-os-cloud"
3838 tags = [
3939 " ${ var . network_name } -group1" ,
You can’t perform that action at this time.
0 commit comments