Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/one-vpc-one-vsi/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
"machine_type": "cx2-2x4",
"name": "jump-box",
"resource_group": "slz-management-rg",
Expand Down
6 changes: 3 additions & 3 deletions examples/override-example/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
"machine_type": "cx2-2x4",
"name": "jump-box",
"resource_group": "slz-management-rg",
Expand Down Expand Up @@ -438,7 +438,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
"machine_type": "cx2-2x4",
"name": "private-svs",
"resource_group": "slz-workload-rg",
Expand Down Expand Up @@ -472,7 +472,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
"machine_type": "cx2-2x4",
"name": "inet-svs",
"resource_group": "slz-edge-rg",
Expand Down
2 changes: 1 addition & 1 deletion patterns/mixed/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
"vsi": [
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
"machine_type": "cx2-4x8",
"name": "management-server",
"security_group": {
Expand Down
4 changes: 2 additions & 2 deletions patterns/mixed/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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 available images."
type = string
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
}

variable "vsi_instance_profile" {
Expand Down Expand Up @@ -490,7 +490,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 available images."
type = string
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
}

variable "teleport_license" {
Expand Down
2 changes: 1 addition & 1 deletion patterns/roks/module/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 available images."
type = string
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
}

variable "teleport_license" {
Expand Down
2 changes: 1 addition & 1 deletion patterns/roks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,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 available images."
type = string
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
}

variable "teleport_license" {
Expand Down
2 changes: 1 addition & 1 deletion patterns/vpc/module/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 available images."
type = string
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
}

variable "teleport_license" {
Expand Down
2 changes: 1 addition & 1 deletion patterns/vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,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 available images."
type = string
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
}

variable "teleport_license" {
Expand Down
2 changes: 1 addition & 1 deletion patterns/vsi-extension/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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-3-minimal-amd64-2"
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
}

variable "vsi_instance_profile" {
Expand Down
4 changes: 2 additions & 2 deletions patterns/vsi-quickstart/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ variable "override_json_string" {
"vsi": [
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
"machine_type": "cx2-4x8",
"name": "jump-box",
"resource_group": "management-rg",
Expand Down Expand Up @@ -285,7 +285,7 @@ variable "override_json_string" {
},
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
"machine_type": "cx2-4x8",
"name": "workload-server",
"resource_group": "workload-rg",
Expand Down
4 changes: 2 additions & 2 deletions patterns/vsi/module/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 available images."
type = string
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
}

variable "vsi_instance_profile" {
Expand Down Expand Up @@ -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 available images."
type = string
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
}

variable "teleport_license" {
Expand Down
4 changes: 2 additions & 2 deletions patterns/vsi/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
"vsi": [
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
"machine_type": "cx2-4x8",
"name": "management-server",
"security_group": {
Expand Down Expand Up @@ -434,7 +434,7 @@
},
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-2",
"image_name": "ibm-ubuntu-24-04-3-minimal-amd64-3",
"machine_type": "cx2-4x8",
"name": "workload-server",
"security_group": {
Expand Down
4 changes: 2 additions & 2 deletions patterns/vsi/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 available images."
type = string
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
}

variable "vsi_instance_profile" {
Expand Down Expand Up @@ -434,7 +434,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 available images."
type = string
default = "ibm-ubuntu-24-04-3-minimal-amd64-2"
default = "ibm-ubuntu-24-04-3-minimal-amd64-3"
}

variable "teleport_license" {
Expand Down