first commit
This commit is contained in:
5
providers.tf
Normal file
5
providers.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
provider "powerdns" {
|
||||
server_url = var.POWERDNS_API_URL
|
||||
api_key = var.POWERDNS_API_TOKEN
|
||||
recursor_server_url = "http://127.0.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user