Skip to content

Commit bc66175

Browse files
chore: update the default VSI image IDs (#824)
1 parent efadbb7 commit bc66175

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/basic/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "access_tags" {
3737
variable "image_id" {
3838
description = "Image ID used for VSI. Run 'ibmcloud is images' to find available images. Be aware that region is important for the image since the id's are different in each region."
3939
type = string
40-
default = "r006-cc341965-a523-464e-969f-391e2661c125"
40+
default = "r006-20ba59a0-19f6-457b-ba6f-80ddc988ef10"
4141
}
4242

4343
variable "machine_type" {

examples/complete/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "access_tags" {
3737
variable "image_id" {
3838
description = "Image ID used for VSI. Run 'ibmcloud is images' to find available images. Be aware that region is important for the image since the id's are different in each region."
3939
type = string
40-
default = "r006-cc341965-a523-464e-969f-391e2661c125"
40+
default = "r006-20ba59a0-19f6-457b-ba6f-80ddc988ef10"
4141
}
4242

4343
variable "ssh_key" {

examples/fscloud/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variable "resource_tags" {
3131
variable "image_id" {
3232
description = "Image ID used for VSI. Run 'ibmcloud is images' to find available images in a region"
3333
type = string
34-
default = "r006-cc341965-a523-464e-969f-391e2661c125"
34+
default = "r006-20ba59a0-19f6-457b-ba6f-80ddc988ef10"
3535
}
3636

3737
variable "machine_type" {

examples/snapshot/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "access_tags" {
3737
variable "image_id" {
3838
description = "Image ID used for VSI. Run 'ibmcloud is images' to find available images. Be aware that region is important for the image since the id's are different in each region."
3939
type = string
40-
default = "r014-9e2200eb-232c-4392-9dab-3ca6468d522c" # NOTE: this ID is for us-east region, Redhat 8.10 minimal
40+
default = "r014-515bfdae-d139-4843-890e-1f00c85025b1" # NOTE: this ID is for us-east region, Redhat 8.10 minimal
4141
}
4242

4343
variable "machine_type" {

0 commit comments

Comments
 (0)