Skip to content

Commit

Permalink
fix(deps): update the default VSI image name to ibm-ubuntu-22-04-3-mi…
Browse files Browse the repository at this point in the history
…nimal-amd64-2 (#654)
  • Loading branch information
terraform-ibm-modules-ops authored Dec 13, 2023
1 parent 7b7af92 commit ef57fd6
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
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 @@ -160,7 +160,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-2",
"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 @@ -360,7 +360,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-2",
"machine_type": "cx2-2x4",
"name": "jump-box",
"resource_group": "slz-management-rg",
Expand Down Expand Up @@ -393,7 +393,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-2",
"machine_type": "cx2-2x4",
"name": "private-svs",
"resource_group": "slz-workload-rg",
Expand Down Expand Up @@ -426,7 +426,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-2",
"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 @@ -359,7 +359,7 @@
"vsi": [
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-2",
"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 @@ -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 availabled images."
type = string
default = "ibm-ubuntu-22-04-3-minimal-amd64-1"
default = "ibm-ubuntu-22-04-3-minimal-amd64-2"
}

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

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 @@ -53,7 +53,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-22-04-3-minimal-amd64-1"
default = "ibm-ubuntu-22-04-3-minimal-amd64-2"
}

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 @@ -231,7 +231,7 @@ variable "override_json_string" {
"vsi": [
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-2",
"machine_type": "cx2-4x8",
"name": "jump-box",
"resource_group": "management-rg",
Expand Down Expand Up @@ -276,7 +276,7 @@ variable "override_json_string" {
},
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-2",
"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 availabled images."
type = string
default = "ibm-ubuntu-22-04-3-minimal-amd64-1"
default = "ibm-ubuntu-22-04-3-minimal-amd64-2"
}

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

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 @@ -316,7 +316,7 @@
"vsi": [
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-2",
"machine_type": "cx2-4x8",
"name": "management-server",
"security_group": {
Expand Down Expand Up @@ -380,7 +380,7 @@
},
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-1",
"image_name": "ibm-ubuntu-22-04-3-minimal-amd64-2",
"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 @@ -131,7 +131,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 availabled images."
type = string
default = "ibm-ubuntu-22-04-3-minimal-amd64-1"
default = "ibm-ubuntu-22-04-3-minimal-amd64-2"
}

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

variable "teleport_license" {
Expand Down

0 comments on commit ef57fd6

Please sign in to comment.