Skip to content

Commit 9fe2a93

Browse files
fix: update the default VSI image name to ibm-ubuntu-24-04-minimal-amd64-4 (#861)
Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent 835d676 commit 9fe2a93

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
@@ -151,7 +151,7 @@
151151
{
152152
"access_tags": [],
153153
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
154-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
154+
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
155155
"machine_type": "cx2-2x4",
156156
"name": "jump-box",
157157
"resource_group": "slz-management-rg",

examples/override-example/override.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
{
388388
"access_tags": [],
389389
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
390-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
390+
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
391391
"machine_type": "cx2-2x4",
392392
"name": "jump-box",
393393
"resource_group": "slz-management-rg",
@@ -420,7 +420,7 @@
420420
{
421421
"access_tags": [],
422422
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
423-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
423+
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
424424
"machine_type": "cx2-2x4",
425425
"name": "private-svs",
426426
"resource_group": "slz-workload-rg",
@@ -453,7 +453,7 @@
453453
{
454454
"access_tags": [],
455455
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
456-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
456+
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
457457
"machine_type": "cx2-2x4",
458458
"name": "inet-svs",
459459
"resource_group": "slz-edge-rg",

patterns/mixed/override.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
"vsi": [
405405
{
406406
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
407-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
407+
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
408408
"machine_type": "cx2-4x8",
409409
"name": "management-server",
410410
"security_group": {

patterns/mixed/variables.tf

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

138138
variable "vsi_instance_profile" {
@@ -476,7 +476,7 @@ variable "teleport_instance_profile" {
476476
variable "teleport_vsi_image_name" {
477477
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
478478
type = string
479-
default = "ibm-ubuntu-24-04-minimal-amd64-2"
479+
default = "ibm-ubuntu-24-04-minimal-amd64-4"
480480
}
481481

482482
variable "teleport_license" {

patterns/roks/module/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ variable "teleport_instance_profile" {
553553
variable "teleport_vsi_image_name" {
554554
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
555555
type = string
556-
default = "ibm-ubuntu-24-04-minimal-amd64-2"
556+
default = "ibm-ubuntu-24-04-minimal-amd64-4"
557557
}
558558

559559
variable "teleport_license" {

patterns/roks/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ variable "teleport_instance_profile" {
562562
variable "teleport_vsi_image_name" {
563563
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
564564
type = string
565-
default = "ibm-ubuntu-24-04-minimal-amd64-2"
565+
default = "ibm-ubuntu-24-04-minimal-amd64-4"
566566
}
567567

568568
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 availabled images."
377377
type = string
378-
default = "ibm-ubuntu-24-04-minimal-amd64-2"
378+
default = "ibm-ubuntu-24-04-minimal-amd64-4"
379379
}
380380

381381
variable "teleport_license" {

patterns/vpc/variables.tf

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

387387
variable "teleport_license" {

patterns/vsi-extension/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ variable "access_tags" {
5353
variable "image_name" {
5454
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."
5555
type = string
56-
default = "ibm-ubuntu-24-04-minimal-amd64-2"
56+
default = "ibm-ubuntu-24-04-minimal-amd64-4"
5757
}
5858

5959
variable "vsi_instance_profile" {

patterns/vsi-quickstart/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ variable "override_json_string" {
231231
"vsi": [
232232
{
233233
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
234-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
234+
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
235235
"machine_type": "cx2-4x8",
236236
"name": "jump-box",
237237
"resource_group": "management-rg",
@@ -276,7 +276,7 @@ variable "override_json_string" {
276276
},
277277
{
278278
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
279-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
279+
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
280280
"machine_type": "cx2-4x8",
281281
"name": "workload-server",
282282
"resource_group": "workload-rg",

0 commit comments

Comments
 (0)