Skip to content

Commit e19b2bc

Browse files
authored
chore: updated ubuntu images for integration tests as ubuntu-1804-lts is not available (#339)
1 parent 0fcf149 commit e19b2bc

File tree

3 files changed

+5
-5
lines changed
  • examples

3 files changed

+5
-5
lines changed

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-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",

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-1804-lts"
44+
source_image_family = "ubuntu-2004-lts"
4545
source_image_project = "ubuntu-os-cloud"
4646
tags = [
4747
"${var.network_prefix}-group1",

examples/multiple-certs/mig.tf

Lines changed: 1 addition & 1 deletion
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-1804-lts"
52+
source_image_family = "ubuntu-2004-lts"
5353
source_image_project = "ubuntu-os-cloud"
5454
tags = [
5555
"${var.network_name}-group1",

0 commit comments

Comments
 (0)