From 98ab3b502f00babf709764486bb1ba1cecceeee7 Mon Sep 17 00:00:00 2001 From: "Terraform.IBM.Modules.Operations@ibm.com" Date: Sat, 25 Oct 2025 10:32:06 +0000 Subject: [PATCH] fix: update the default VSI image name to ibm-ubuntu-24-04-3-minimal-amd64-3 --- 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 e1f5fdcef..03bfe83a5 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-2", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3", "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 c4917c32b..58d58983c 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-2", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3", "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-2", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3", "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-2", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3", "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 7e84dc959..75bbb16b7 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-2", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3", "machine_type": "cx2-4x8", "name": "management-server", "security_group": { diff --git a/patterns/mixed/variables.tf b/patterns/mixed/variables.tf index bcda8151b..7bff7bfc4 100644 --- a/patterns/mixed/variables.tf +++ b/patterns/mixed/variables.tf @@ -133,7 +133,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 available images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-2" + default = "ibm-ubuntu-24-04-3-minimal-amd64-3" } variable "vsi_instance_profile" { @@ -490,7 +490,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 available images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-2" + default = "ibm-ubuntu-24-04-3-minimal-amd64-3" } variable "teleport_license" { diff --git a/patterns/roks/module/variables.tf b/patterns/roks/module/variables.tf index ab6b5fa58..c43f327ec 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 available images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-2" + default = "ibm-ubuntu-24-04-3-minimal-amd64-3" } variable "teleport_license" { diff --git a/patterns/roks/variables.tf b/patterns/roks/variables.tf index b54b86257..ab77129cf 100644 --- a/patterns/roks/variables.tf +++ b/patterns/roks/variables.tf @@ -592,7 +592,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 available images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-2" + default = "ibm-ubuntu-24-04-3-minimal-amd64-3" } variable "teleport_license" { diff --git a/patterns/vpc/module/variables.tf b/patterns/vpc/module/variables.tf index f81685674..36f736ba1 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 available images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-2" + default = "ibm-ubuntu-24-04-3-minimal-amd64-3" } variable "teleport_license" { diff --git a/patterns/vpc/variables.tf b/patterns/vpc/variables.tf index 99648f873..3f27a1e6b 100644 --- a/patterns/vpc/variables.tf +++ b/patterns/vpc/variables.tf @@ -382,7 +382,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 available images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-2" + default = "ibm-ubuntu-24-04-3-minimal-amd64-3" } variable "teleport_license" { diff --git a/patterns/vsi-extension/variables.tf b/patterns/vsi-extension/variables.tf index 8b1a8f368..4e7d7ea20 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-2" + default = "ibm-ubuntu-24-04-3-minimal-amd64-3" } variable "vsi_instance_profile" { diff --git a/patterns/vsi-quickstart/variables.tf b/patterns/vsi-quickstart/variables.tf index 6c80d6a07..f3939218b 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-2", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3", "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-2", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3", "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 a5d3b00af..b8ebb975b 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 available images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-2" + default = "ibm-ubuntu-24-04-3-minimal-amd64-3" } 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 available images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-2" + default = "ibm-ubuntu-24-04-3-minimal-amd64-3" } variable "teleport_license" { diff --git a/patterns/vsi/override.json b/patterns/vsi/override.json index 7b16b8bbc..447e910f2 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-2", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3", "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-2", + "image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3", "machine_type": "cx2-4x8", "name": "workload-server", "security_group": { diff --git a/patterns/vsi/variables.tf b/patterns/vsi/variables.tf index 087967a59..abc8659bb 100644 --- a/patterns/vsi/variables.tf +++ b/patterns/vsi/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 available images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-2" + default = "ibm-ubuntu-24-04-3-minimal-amd64-3" } variable "vsi_instance_profile" { @@ -434,7 +434,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 available images." type = string - default = "ibm-ubuntu-24-04-3-minimal-amd64-2" + default = "ibm-ubuntu-24-04-3-minimal-amd64-3" } variable "teleport_license" {