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" {
33
33
}
34
34
name_prefix = " ${ var . network_name } -group1"
35
35
startup_script = data. template_file . group1-startup-script . rendered
36
- source_image_family = " ubuntu-2004 -lts"
36
+ source_image_family = " ubuntu-2204 -lts"
37
37
source_image_project = " ubuntu-os-cloud"
38
38
tags = [
39
39
" ${ var . network_name } -group1" ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ module "mig_template" {
68
68
scopes = [" cloud-platform" ]
69
69
}
70
70
name_prefix = var. network_name
71
- source_image_family = " ubuntu-2004 -lts"
71
+ source_image_family = " ubuntu-2204 -lts"
72
72
source_image_project = " ubuntu-os-cloud"
73
73
startup_script = data. template_file . group-startup-script . rendered
74
74
tags = [
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module "mig1_template" {
41
41
}
42
42
name_prefix = " lb-http-separate-frontend-and-backend-group1"
43
43
startup_script = data. template_file . group-startup-script . rendered
44
- source_image_family = " ubuntu-2004 -lts"
44
+ source_image_family = " ubuntu-2204 -lts"
45
45
source_image_project = " ubuntu-os-cloud"
46
46
tags = [
47
47
" lb-http-separate-frontend-and-backend-group1" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ module "mig1_template" {
49
49
}
50
50
name_prefix = " ${ var . network_name } -group1"
51
51
startup_script = data. template_file . group1-startup-script . rendered
52
- source_image_family = " ubuntu-2004 -lts"
52
+ source_image_family = " ubuntu-2204 -lts"
53
53
source_image_project = " ubuntu-os-cloud"
54
54
tags = [
55
55
" ${ var . network_name } -group1" ,
@@ -81,7 +81,7 @@ module "mig2_template" {
81
81
}
82
82
name_prefix = " ${ var . network_name } -group2"
83
83
startup_script = data. template_file . group2-startup-script . rendered
84
- source_image_family = " ubuntu-2004 -lts"
84
+ source_image_family = " ubuntu-2204 -lts"
85
85
source_image_project = " ubuntu-os-cloud"
86
86
tags = [
87
87
" ${ var . network_name } -group2" ,
@@ -114,7 +114,7 @@ module "mig3_template" {
114
114
}
115
115
name_prefix = " ${ var . network_name } -group3"
116
116
startup_script = data. template_file . group3-startup-script . rendered
117
- source_image_family = " ubuntu-2004 -lts"
117
+ source_image_family = " ubuntu-2204 -lts"
118
118
source_image_project = " ubuntu-os-cloud"
119
119
tags = [
120
120
" ${ var . network_name } -group3" ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module "mig1_template" {
41
41
}
42
42
name_prefix = " ${ var . network_prefix } -group1"
43
43
startup_script = data. template_file . group-startup-script . rendered
44
- source_image_family = " ubuntu-2004 -lts"
44
+ source_image_family = " ubuntu-2204 -lts"
45
45
source_image_project = " ubuntu-os-cloud"
46
46
tags = [
47
47
" ${ var . network_prefix } -group1" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ module "mig1_template" {
49
49
}
50
50
name_prefix = " ${ var . network_name } -group1"
51
51
startup_script = data. template_file . group1-startup-script . rendered
52
- source_image_family = " ubuntu-2004 -lts"
52
+ source_image_family = " ubuntu-2204 -lts"
53
53
source_image_project = " ubuntu-os-cloud"
54
54
tags = [
55
55
" ${ var . network_name } -group1" ,
@@ -81,7 +81,7 @@ module "mig2_template" {
81
81
}
82
82
name_prefix = " ${ var . network_name } -group2"
83
83
startup_script = data. template_file . group2-startup-script . rendered
84
- source_image_family = " ubuntu-2004 -lts"
84
+ source_image_family = " ubuntu-2204 -lts"
85
85
source_image_project = " ubuntu-os-cloud"
86
86
tags = [
87
87
" ${ var . network_name } -group2" ,
@@ -114,7 +114,7 @@ module "mig3_template" {
114
114
}
115
115
name_prefix = " ${ var . network_name } -group3"
116
116
startup_script = data. template_file . group3-startup-script . rendered
117
- source_image_family = " ubuntu-2004 -lts"
117
+ source_image_family = " ubuntu-2204 -lts"
118
118
source_image_project = " ubuntu-os-cloud"
119
119
tags = [
120
120
" ${ var . network_name } -group3" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module "mig1_template" {
33
33
}
34
34
name_prefix = " ${ var . network_name } -group1"
35
35
startup_script = data. template_file . group1-startup-script . rendered
36
- source_image_family = " ubuntu-2004 -lts"
36
+ source_image_family = " ubuntu-2204 -lts"
37
37
source_image_project = " ubuntu-os-cloud"
38
38
tags = [
39
39
" ${ var . network_name } -group1" ,
You can’t perform that action at this time.
0 commit comments