Update secrets/vault-secrets-map.json

This commit is contained in:
2025-09-07 20:31:32 +00:00
parent 419496ec3c
commit 493cae1f9a

View File

@ -3,17 +3,17 @@
{ {
"name": "iac.opentofu.consul.secrets", "name": "iac.opentofu.consul.secrets",
"type": "attachment", "type": "attachment",
"output": "iac/secrets/consul.secrets.tfvars" "output": "../secrets/consul.secrets.tfvars"
}, },
{ {
"name": "iac.opentofu.proxmox.secrets", "name": "iac.opentofu.proxmox.secrets",
"type": "attachment", "type": "attachment",
"output": "iac/secrets/proxmox.secrets.tfvars" "output": "../secrets/proxmox.secrets.tfvars"
}, },
{ {
"name": "iac.opentofu.vaultwarden.secrets", "name": "iac.opentofu.vaultwarden.secrets",
"type": "attachment", "type": "attachment",
"output": "iac/secrets/vaultwarden.secrets.tfvars" "output": "../secrets/vaultwarden.secrets.tfvars"
} }
] ]
} }