fix wrong interface name in dnsmasq

change location of powernds api key
This commit is contained in:
Pim Kunis 2023-10-26 20:24:03 +02:00
parent 788939d8cf
commit 49dd20ff61
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ terraform {
}
data "external" "secrets" {
program = ["cat", pathexpand("~/.tfvars.json")]
program = ["cat", pathexpand("~/.config/home/powerdns-api-key.json")]
}
provider "powerdns" {