Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add powerdns configuration API as resources #85

Open
selfuryon opened this issue May 20, 2021 · 0 comments
Open

Add powerdns configuration API as resources #85

selfuryon opened this issue May 20, 2021 · 0 comments

Comments

@selfuryon
Copy link

Hi!

I want to add recursor/auth configuration (it's the same one exists for auth server but not shown in docs) as resource to this provider.

I think I can add it like this:

resource "powerdns_configuration" "root" {
    name = "allow-from",                    #string
    type = "ConfigSetting",                 #string
    value = "127.0.0.0/8, 10.0.0.0/8"       #string
}
@selfuryon selfuryon changed the title Add powerdns recursor API (configuration and zones) as resources Add powerdns configuration API as resources May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant