From e0c7f1050c312dcaf5722d9f5fcaee0bb9a5ecfa Mon Sep 17 00:00:00 2001 From: "Terraform.IBM.Modules.Operations@ibm.com" Date: Fri, 26 Sep 2025 10:40:43 +0000 Subject: [PATCH] fix: update the default VSI image name to ibm-ubuntu-24-04-3-minimal-amd64-2 --- examples/one-vpc-one-vsi/override.json | 2 +- examples/override-example/override.json | 6 +++--- patterns/mixed/override.json | 2 +- patterns/mixed/variables.tf | 4 ++-- patterns/roks/module/variables.tf | 2 +- patterns/roks/variables.tf | 2 +- patterns/vpc/module/variables.tf | 2 +- patterns/vpc/variables.tf | 2 +- patterns/vsi-extension/variables.tf | 2 +- patterns/vsi-quickstart/variables.tf | 4 ++-- patterns/vsi/module/variables.tf | 4 ++-- patterns/vsi/override.json | 4 ++-- patterns/vsi/variables.tf | 4 ++-- 13 files changed, 20 insertions(+), 20 deletions(-) diff --git a/examples/one-vpc-one-vsi/override.json b/examples/one-vpc-one-vsi/override.json index 794bc6ce9..e1f5fdcef 100644 --- a/examples/one-vpc-one-vsi/override.json +++ b/examples/one-vpc-one-vsi/override.json @@ -152,7 +152,7 @@ { "access_tags": [], "boot_volume_encryption_key_name": "slz-vsi-volume-key", - "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-1", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2", "machine_type": "cx2-2x4", "name": "jump-box", "resource_group": "slz-management-rg", diff --git a/examples/override-example/override.json b/examples/override-example/override.json index 0fa4cd7e5..c4917c32b 100644 --- a/examples/override-example/override.json +++ b/examples/override-example/override.json @@ -404,7 +404,7 @@ { "access_tags": [], "boot_volume_encryption_key_name": "slz-vsi-volume-key", - "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-1", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2", "machine_type": "cx2-2x4", "name": "jump-box", "resource_group": "slz-management-rg", @@ -438,7 +438,7 @@ { "access_tags": [], "boot_volume_encryption_key_name": "slz-vsi-volume-key", - "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-1", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2", "machine_type": "cx2-2x4", "name": "private-svs", "resource_group": "slz-workload-rg", @@ -472,7 +472,7 @@ { "access_tags": [], "boot_volume_encryption_key_name": "slz-vsi-volume-key", - "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-1", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2", "machine_type": "cx2-2x4", "name": "inet-svs", "resource_group": "slz-edge-rg", diff --git a/patterns/mixed/override.json b/patterns/mixed/override.json index fc6c3868c..7e84dc959 100644 --- a/patterns/mixed/override.json +++ b/patterns/mixed/override.json @@ -412,7 +412,7 @@ "vsi": [ { "boot_volume_encryption_key_name": "slz-vsi-volume-key", - "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-1", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2", "machine_type": "cx2-4x8", "name": "management-server", "security_group": { diff --git a/patterns/mixed/variables.tf b/patterns/mixed/variables.tf index 81899036c..05c6d6c9c 100644 --- a/patterns/mixed/variables.tf +++ b/patterns/mixed/variables.tf @@ -132,7 +132,7 @@ variable "use_random_cos_suffix" { variable "vsi_image_name" { description = "VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-1" + default = "ibm-ubuntu-24-04-3-minimal-amd64-2" } variable "vsi_instance_profile" { @@ -489,7 +489,7 @@ variable "teleport_instance_profile" { variable "teleport_vsi_image_name" { description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-1" + default = "ibm-ubuntu-24-04-3-minimal-amd64-2" } variable "teleport_license" { diff --git a/patterns/roks/module/variables.tf b/patterns/roks/module/variables.tf index 5afaaa7cb..1986bde57 100644 --- a/patterns/roks/module/variables.tf +++ b/patterns/roks/module/variables.tf @@ -573,7 +573,7 @@ variable "teleport_instance_profile" { variable "teleport_vsi_image_name" { description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-1" + default = "ibm-ubuntu-24-04-3-minimal-amd64-2" } variable "teleport_license" { diff --git a/patterns/roks/variables.tf b/patterns/roks/variables.tf index 21b60ff20..1b23ded28 100644 --- a/patterns/roks/variables.tf +++ b/patterns/roks/variables.tf @@ -591,7 +591,7 @@ variable "teleport_instance_profile" { variable "teleport_vsi_image_name" { description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-1" + default = "ibm-ubuntu-24-04-3-minimal-amd64-2" } variable "teleport_license" { diff --git a/patterns/vpc/module/variables.tf b/patterns/vpc/module/variables.tf index a7f6c1a68..944d90335 100644 --- a/patterns/vpc/module/variables.tf +++ b/patterns/vpc/module/variables.tf @@ -375,7 +375,7 @@ variable "teleport_instance_profile" { variable "teleport_vsi_image_name" { description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-1" + default = "ibm-ubuntu-24-04-3-minimal-amd64-2" } variable "teleport_license" { diff --git a/patterns/vpc/variables.tf b/patterns/vpc/variables.tf index 0646421cf..8f159418c 100644 --- a/patterns/vpc/variables.tf +++ b/patterns/vpc/variables.tf @@ -381,7 +381,7 @@ variable "teleport_instance_profile" { variable "teleport_vsi_image_name" { description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-1" + default = "ibm-ubuntu-24-04-3-minimal-amd64-2" } variable "teleport_license" { diff --git a/patterns/vsi-extension/variables.tf b/patterns/vsi-extension/variables.tf index 80a3e9682..460daba60 100644 --- a/patterns/vsi-extension/variables.tf +++ b/patterns/vsi-extension/variables.tf @@ -58,7 +58,7 @@ variable "access_tags" { variable "image_name" { description = "The image ID used for the VSI. You can run the `ibmcloud is images` CLI command to find available images. The IDs are different in each region." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-1" + default = "ibm-ubuntu-24-04-3-minimal-amd64-2" } variable "vsi_instance_profile" { diff --git a/patterns/vsi-quickstart/variables.tf b/patterns/vsi-quickstart/variables.tf index fb82cf0c8..6c80d6a07 100644 --- a/patterns/vsi-quickstart/variables.tf +++ b/patterns/vsi-quickstart/variables.tf @@ -239,7 +239,7 @@ variable "override_json_string" { "vsi": [ { "boot_volume_encryption_key_name": "slz-vsi-volume-key", - "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-1", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2", "machine_type": "cx2-4x8", "name": "jump-box", "resource_group": "management-rg", @@ -285,7 +285,7 @@ variable "override_json_string" { }, { "boot_volume_encryption_key_name": "slz-vsi-volume-key", - "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-1", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2", "machine_type": "cx2-4x8", "name": "workload-server", "resource_group": "workload-rg", diff --git a/patterns/vsi/module/variables.tf b/patterns/vsi/module/variables.tf index 07cb76819..ac610139c 100644 --- a/patterns/vsi/module/variables.tf +++ b/patterns/vsi/module/variables.tf @@ -125,7 +125,7 @@ variable "use_random_cos_suffix" { variable "vsi_image_name" { description = "VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-1" + default = "ibm-ubuntu-24-04-3-minimal-amd64-2" } variable "vsi_instance_profile" { @@ -433,7 +433,7 @@ variable "teleport_instance_profile" { variable "teleport_vsi_image_name" { description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-1" + default = "ibm-ubuntu-24-04-3-minimal-amd64-2" } variable "teleport_license" { diff --git a/patterns/vsi/override.json b/patterns/vsi/override.json index eecea9973..7b16b8bbc 100644 --- a/patterns/vsi/override.json +++ b/patterns/vsi/override.json @@ -369,7 +369,7 @@ "vsi": [ { "boot_volume_encryption_key_name": "slz-vsi-volume-key", - "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-1", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2", "machine_type": "cx2-4x8", "name": "management-server", "security_group": { @@ -434,7 +434,7 @@ }, { "boot_volume_encryption_key_name": "slz-vsi-volume-key", - "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-1", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2", "machine_type": "cx2-4x8", "name": "workload-server", "security_group": { diff --git a/patterns/vsi/variables.tf b/patterns/vsi/variables.tf index 9fa3617ed..35a7c102c 100644 --- a/patterns/vsi/variables.tf +++ b/patterns/vsi/variables.tf @@ -131,7 +131,7 @@ variable "use_random_cos_suffix" { variable "vsi_image_name" { description = "VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-1" + default = "ibm-ubuntu-24-04-3-minimal-amd64-2" } variable "vsi_instance_profile" { @@ -433,7 +433,7 @@ variable "teleport_instance_profile" { variable "teleport_vsi_image_name" { description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-1" + default = "ibm-ubuntu-24-04-3-minimal-amd64-2" } variable "teleport_license" {