fix wrong interface name in dnsmasq
change location of powernds api key
This commit is contained in:
parent
788939d8cf
commit
49dd20ff61
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ terraform {
|
|||
}
|
||||
|
||||
data "external" "secrets" {
|
||||
program = ["cat", pathexpand("~/.tfvars.json")]
|
||||
program = ["cat", pathexpand("~/.config/home/powerdns-api-key.json")]
|
||||
}
|
||||
|
||||
provider "powerdns" {
|
||||
|
|
Reference in a new issue