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 e4ff694 commit 178f853Copy full SHA for 178f853
environments/.stackhpc/tofu/main.tf
@@ -66,9 +66,6 @@ module "cluster" {
66
key_pair = "slurm-app-ci"
67
cluster_image_id = data.openstack_images_image_v2.cluster.id
68
control_node_flavor = var.control_node_flavor
69
- # have to override default, as unusually the actual module path and secrets
70
- # are not in the same environment for stackhpc
71
- inventory_secrets_path = "${path.module}/../inventory/group_vars/all/secrets.yml"
72
73
login = {
74
login: {
0 commit comments