diff --git a/examples/one-vpc-one-vsi/override.json b/examples/one-vpc-one-vsi/override.json index aeb9debcc..708f72fe5 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-2-minimal-amd64-4", + "image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5", "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 e202e1634..a7ff94f8a 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-2-minimal-amd64-4", + "image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5", "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-2-minimal-amd64-4", + "image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5", "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-2-minimal-amd64-4", + "image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5", "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 e43e5847a..3c5a3f21c 100644 --- a/patterns/mixed/override.json +++ b/patterns/mixed/override.json @@ -413,7 +413,7 @@ "vsi": [ { "boot_volume_encryption_key_name": "slz-vsi-volume-key", - "image_name": "ibm-ubuntu-24-04-2-minimal-amd64-4", + "image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5", "machine_type": "cx2-4x8", "name": "management-server", "security_group": { diff --git a/patterns/mixed/variables.tf b/patterns/mixed/variables.tf index 43c6acce9..2b9761652 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-2-minimal-amd64-4" + default = "ibm-ubuntu-24-04-2-minimal-amd64-5" } 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-2-minimal-amd64-4" + default = "ibm-ubuntu-24-04-2-minimal-amd64-5" } variable "teleport_license" { diff --git a/patterns/roks/module/variables.tf b/patterns/roks/module/variables.tf index 487e45c01..edb7a5a34 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-2-minimal-amd64-4" + default = "ibm-ubuntu-24-04-2-minimal-amd64-5" } variable "teleport_license" { diff --git a/patterns/roks/variables.tf b/patterns/roks/variables.tf index 4c78b6360..4886fe4db 100644 --- a/patterns/roks/variables.tf +++ b/patterns/roks/variables.tf @@ -590,7 +590,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-2-minimal-amd64-4" + default = "ibm-ubuntu-24-04-2-minimal-amd64-5" } variable "teleport_license" { diff --git a/patterns/vpc/module/variables.tf b/patterns/vpc/module/variables.tf index 7f3ee42e6..4e41e8dfd 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-2-minimal-amd64-4" + default = "ibm-ubuntu-24-04-2-minimal-amd64-5" } variable "teleport_license" { diff --git a/patterns/vpc/variables.tf b/patterns/vpc/variables.tf index 2044e6130..7a5304b6e 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-2-minimal-amd64-4" + default = "ibm-ubuntu-24-04-2-minimal-amd64-5" } variable "teleport_license" { diff --git a/patterns/vsi-extension/variables.tf b/patterns/vsi-extension/variables.tf index 00ca0bb89..2b4724a29 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-2-minimal-amd64-4" + default = "ibm-ubuntu-24-04-2-minimal-amd64-5" } variable "vsi_instance_profile" { diff --git a/patterns/vsi-quickstart/variables.tf b/patterns/vsi-quickstart/variables.tf index c73acefd1..387826e8b 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-2-minimal-amd64-4", + "image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5", "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-2-minimal-amd64-4", + "image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5", "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 808a21350..5332ea731 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-2-minimal-amd64-4" + default = "ibm-ubuntu-24-04-2-minimal-amd64-5" } 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-2-minimal-amd64-4" + default = "ibm-ubuntu-24-04-2-minimal-amd64-5" } variable "teleport_license" { diff --git a/patterns/vsi/override.json b/patterns/vsi/override.json index aadcfc801..6d9cf4c9e 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-2-minimal-amd64-4", + "image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5", "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-2-minimal-amd64-4", + "image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5", "machine_type": "cx2-4x8", "name": "workload-server", "security_group": { diff --git a/patterns/vsi/variables.tf b/patterns/vsi/variables.tf index 6d42def7d..9d585d6ff 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-2-minimal-amd64-4" + default = "ibm-ubuntu-24-04-2-minimal-amd64-5" } 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-2-minimal-amd64-4" + default = "ibm-ubuntu-24-04-2-minimal-amd64-5" } variable "teleport_license" {