Skip to content

Commit 208ec92

Browse files
committed
indicate where ignore_image_changes var should be set
1 parent 3f5d5f8 commit 208ec92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environments/.stackhpc/tofu/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ module "cluster" {
8181
nodes: ["compute-0", "compute-1"]
8282
flavor: var.other_node_flavor
8383
compute_init_enable: ["compute", "etc_hosts", "nfs", "basic_users", "eessi"]
84+
# ignore_image_changes: true
8485
}
8586
# Example of how to add another partition:
8687
# extra: {

0 commit comments

Comments
 (0)