Skip to content

Commit 0ae3065

Browse files
authored
chore: update all ubuntu image families to ubuntu-2204-lts (fixes #512) (#513)
1 parent 6d6664b commit 0ae3065

File tree

7 files changed

+11
-11
lines changed
  • examples

7 files changed

+11
-11
lines changed

examples/certificate-map/mig.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

examples/https-redirect/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = [

examples/lb-http-separate-frontend-and-backend/mig.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

examples/multiple-certs/mig.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

examples/user-managed-google-managed-ssl/mig.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)