5 lines
91 B
HCL
5 lines
91 B
HCL
provider "powerdns" {
|
|
server_url = var.pdns_server_url
|
|
api_key = var.pdns_api_key
|
|
}
|