Skip to content

Commit aa93572

Browse files
committed
clarify stackhpc override for tf secrets in stackhpc
1 parent 575f8d9 commit aa93572

File tree

1 file changed

+2
-2
lines changed
  • environments/.stackhpc/terraform

1 file changed

+2
-2
lines changed

environments/.stackhpc/terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ module "cluster" {
6969
key_pair = "slurm-app-ci"
7070
cluster_image_id = data.openstack_images_image_v2.cluster.id
7171
control_node_flavor = var.control_node_flavor
72-
# need to override defaults as using terraform/ as a module but secrets templated
73-
# out to *this* environment
72+
# have to override default, as unusually the actual module path and secrets
73+
# are not in the same environment for stackhpc
7474
inventory_secrets_path = "${path.module}/../inventory/group_vars/all/secrets.yml"
7575

7676
login_nodes = {

0 commit comments

Comments
 (0)