Skip to content

Commit 09d1344

Browse files
fix: update the default VSI image name to ibm-ubuntu-22-04-3-minimal-amd64-1 (#581)
1 parent 2f87a65 commit 09d1344

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
{
161161
"access_tags": [],
162162
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
163-
"image_name": "ibm-ubuntu-22-04-2-minimal-amd64-1",
163+
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
164164
"machine_type": "cx2-2x4",
165165
"name": "jump-box",
166166
"resource_group": "slz-management-rg",

examples/override-example/override.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
{
361361
"access_tags": [],
362362
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
363-
"image_name": "ibm-ubuntu-22-04-2-minimal-amd64-1",
363+
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
364364
"machine_type": "cx2-2x4",
365365
"name": "jump-box",
366366
"resource_group": "slz-management-rg",
@@ -393,7 +393,7 @@
393393
{
394394
"access_tags": [],
395395
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
396-
"image_name": "ibm-ubuntu-22-04-2-minimal-amd64-1",
396+
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
397397
"machine_type": "cx2-2x4",
398398
"name": "private-svs",
399399
"resource_group": "slz-workload-rg",
@@ -426,7 +426,7 @@
426426
{
427427
"access_tags": [],
428428
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
429-
"image_name": "ibm-ubuntu-22-04-2-minimal-amd64-1",
429+
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
430430
"machine_type": "cx2-2x4",
431431
"name": "inet-svs",
432432
"resource_group": "slz-edge-rg",

patterns/mixed/override.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
"vsi": [
361361
{
362362
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
363-
"image_name": "ibm-ubuntu-22-04-2-minimal-amd64-1",
363+
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
364364
"machine_type": "cx2-4x8",
365365
"name": "management-server",
366366
"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-22-04-2-minimal-amd64-1"
135+
default = "ibm-ubuntu-22-04-3-minimal-amd64-1"
136136
}
137137

138138
variable "vsi_instance_profile" {
@@ -477,7 +477,7 @@ variable "teleport_instance_profile" {
477477
variable "teleport_vsi_image_name" {
478478
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
479479
type = string
480-
default = "ibm-ubuntu-22-04-2-minimal-amd64-1"
480+
default = "ibm-ubuntu-22-04-3-minimal-amd64-1"
481481
}
482482

483483
variable "teleport_license" {

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-22-04-2-minimal-amd64-1",
234+
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
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-22-04-2-minimal-amd64-1",
279+
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
280280
"machine_type": "cx2-4x8",
281281
"name": "workload-server",
282282
"resource_group": "workload-rg",

patterns/vsi/module/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ variable "use_random_cos_suffix" {
125125
variable "vsi_image_name" {
126126
description = "VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
127127
type = string
128-
default = "ibm-ubuntu-22-04-2-minimal-amd64-1"
128+
default = "ibm-ubuntu-22-04-3-minimal-amd64-1"
129129
}
130130

131131
variable "vsi_instance_profile" {
@@ -407,7 +407,7 @@ variable "teleport_instance_profile" {
407407
variable "teleport_vsi_image_name" {
408408
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
409409
type = string
410-
default = "ibm-ubuntu-22-04-2-minimal-amd64-1"
410+
default = "ibm-ubuntu-22-04-3-minimal-amd64-1"
411411
}
412412

413413
variable "teleport_license" {

patterns/vsi/override.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"vsi": [
318318
{
319319
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
320-
"image_name": "ibm-ubuntu-22-04-2-minimal-amd64-1",
320+
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
321321
"machine_type": "cx2-4x8",
322322
"name": "management-server",
323323
"security_group": {
@@ -381,7 +381,7 @@
381381
},
382382
{
383383
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
384-
"image_name": "ibm-ubuntu-22-04-2-minimal-amd64-1",
384+
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
385385
"machine_type": "cx2-4x8",
386386
"name": "workload-server",
387387
"security_group": {

patterns/vsi/variables.tf

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

137137
variable "vsi_instance_profile" {
@@ -413,7 +413,7 @@ variable "teleport_instance_profile" {
413413
variable "teleport_vsi_image_name" {
414414
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
415415
type = string
416-
default = "ibm-ubuntu-22-04-2-minimal-amd64-1"
416+
default = "ibm-ubuntu-22-04-3-minimal-amd64-1"
417417
}
418418

419419
variable "teleport_license" {

0 commit comments

Comments
 (0)