nixos, terraform: minor updates
This commit is contained in:
parent
a17aad8051
commit
becbb6e85e
5 changed files with 11 additions and 10 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue