You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/basic/variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ variable "access_tags" {
37
37
variable"image_id" {
38
38
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."
Copy file name to clipboardExpand all lines: examples/complete/variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ variable "access_tags" {
37
37
variable"image_id" {
38
38
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."
Copy file name to clipboardExpand all lines: examples/snapshot/variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ variable "access_tags" {
37
37
variable"image_id" {
38
38
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."
39
39
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
0 commit comments