Skip to content

Commit 93f668c

Browse files
fix: update the default teleport VSI image name to ibm-ubuntu-22-04-3-minimal-amd64-2 in roks and vpc patterns (#673)
Co-authored-by: Matthew Lemmond <[email protected]>
1 parent ebbc7a8 commit 93f668c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

patterns/roks/module/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ variable "teleport_instance_profile" {
444444
variable "teleport_vsi_image_name" {
445445
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
446446
type = string
447-
default = "ibm-ubuntu-18-04-6-minimal-amd64-2"
447+
default = "ibm-ubuntu-22-04-3-minimal-amd64-2"
448448
}
449449

450450
variable "teleport_license" {

patterns/roks/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ variable "teleport_instance_profile" {
458458
variable "teleport_vsi_image_name" {
459459
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
460460
type = string
461-
default = "ibm-ubuntu-18-04-6-minimal-amd64-2"
461+
default = "ibm-ubuntu-22-04-3-minimal-amd64-2"
462462
}
463463

464464
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-18-04-6-minimal-amd64-2"
378+
default = "ibm-ubuntu-22-04-3-minimal-amd64-2"
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-18-04-6-minimal-amd64-2"
384+
default = "ibm-ubuntu-22-04-3-minimal-amd64-2"
385385
}
386386

387387
variable "teleport_license" {

0 commit comments

Comments
 (0)