nixos, terraform: minor updates

This commit is contained in:
Vivian 2021-11-24 22:41:26 +01:00
parent a17aad8051
commit becbb6e85e
5 changed files with 11 additions and 10 deletions

View file

@ -1,9 +1,9 @@
provider "vault" {
address = "http://10.42.42.6:8200"
address = "http://vault:8200"
skip_tls_verify = true
}
# Proxmox authentication for terraform
data "vault_generic_secret" "proxmox_auth" {
path = "secrets/proxmox/terraform_auth"
path = "secrets/terraform/proxmox_credentials"
}