We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72ec8c commit 25545c5Copy full SHA for 25545c5
environments/arcus/terraform/main.tf
@@ -17,7 +17,7 @@ variable "create_nodes" {
17
variable "cluster_image" {
18
description = "single image for all cluster nodes - a convenience for CI"
19
type = string
20
- default = "openhpc-221117-1324.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/9
+ default = "openhpc-221118-1422.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/12
21
}
22
23
module "cluster" {
0 commit comments