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 575f8d9 commit aa93572Copy full SHA for aa93572
environments/.stackhpc/terraform/main.tf
@@ -69,8 +69,8 @@ module "cluster" {
69
key_pair = "slurm-app-ci"
70
cluster_image_id = data.openstack_images_image_v2.cluster.id
71
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
+ # have to override default, as unusually the actual module path and secrets
+ # are not in the same environment for stackhpc
74
inventory_secrets_path = "${path.module}/../inventory/group_vars/all/secrets.yml"
75
76
login_nodes = {
0 commit comments