Skip to content

Commit d45a1f3

Browse files
fix: update the default VSI image name to ibm-ubuntu-24-04-3-minimal-amd64-3 (#1084)
1 parent c5ed13e commit d45a1f3

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

examples/one-vpc-one-vsi/override.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
{
153153
"access_tags": [],
154154
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
155-
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
155+
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
156156
"machine_type": "cx2-2x4",
157157
"name": "jump-box",
158158
"resource_group": "slz-management-rg",

examples/override-example/override.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
{
405405
"access_tags": [],
406406
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
407-
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
407+
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
408408
"machine_type": "cx2-2x4",
409409
"name": "jump-box",
410410
"resource_group": "slz-management-rg",
@@ -438,7 +438,7 @@
438438
{
439439
"access_tags": [],
440440
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
441-
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
441+
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
442442
"machine_type": "cx2-2x4",
443443
"name": "private-svs",
444444
"resource_group": "slz-workload-rg",
@@ -472,7 +472,7 @@
472472
{
473473
"access_tags": [],
474474
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
475-
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
475+
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
476476
"machine_type": "cx2-2x4",
477477
"name": "inet-svs",
478478
"resource_group": "slz-edge-rg",

patterns/mixed/override.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
"vsi": [
413413
{
414414
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
415-
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
415+
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
416416
"machine_type": "cx2-4x8",
417417
"name": "management-server",
418418
"security_group": {

patterns/mixed/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ variable "use_random_cos_suffix" {
133133
variable "vsi_image_name" {
134134
description = "VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see available images."
135135
type = string
136-
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
136+
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
137137
}
138138

139139
variable "vsi_instance_profile" {
@@ -484,7 +484,7 @@ variable "teleport_instance_profile" {
484484
variable "teleport_vsi_image_name" {
485485
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see available images."
486486
type = string
487-
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
487+
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
488488
}
489489

490490
variable "teleport_license" {

patterns/roks/module/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ variable "teleport_instance_profile" {
573573
variable "teleport_vsi_image_name" {
574574
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see available images."
575575
type = string
576-
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
576+
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
577577
}
578578

579579
variable "teleport_license" {

patterns/roks/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ variable "teleport_instance_profile" {
593593
variable "teleport_vsi_image_name" {
594594
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see available images."
595595
type = string
596-
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
596+
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
597597
}
598598

599599
variable "teleport_license" {

patterns/vpc/module/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ variable "teleport_instance_profile" {
375375
variable "teleport_vsi_image_name" {
376376
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see available images."
377377
type = string
378-
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
378+
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
379379
}
380380

381381
variable "teleport_license" {

patterns/vpc/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ variable "teleport_instance_profile" {
382382
variable "teleport_vsi_image_name" {
383383
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see available images."
384384
type = string
385-
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
385+
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
386386
}
387387

388388
variable "teleport_license" {

patterns/vsi-extension/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ variable "access_tags" {
5858
variable "image_name" {
5959
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."
6060
type = string
61-
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
61+
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
6262
}
6363

6464
variable "vsi_instance_profile" {

patterns/vsi-quickstart/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ variable "override_json_string" {
239239
"vsi": [
240240
{
241241
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
242-
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
242+
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
243243
"machine_type": "cx2-4x8",
244244
"name": "jump-box",
245245
"resource_group": "management-rg",
@@ -285,7 +285,7 @@ variable "override_json_string" {
285285
},
286286
{
287287
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
288-
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
288+
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
289289
"machine_type": "cx2-4x8",
290290
"name": "workload-server",
291291
"resource_group": "workload-rg",

0 commit comments

Comments
 (0)