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

FEATURE REQUEST: Ability to specify multiple DNS servers to update with the provider #345

Open
1 task done
grmhay opened this issue Aug 20, 2023 · 1 comment
Open
1 task done

Comments

@grmhay
Copy link

grmhay commented Aug 20, 2023

Terraform CLI and Provider Versions

Terraform v1.5.5
on linux_amd64

  • provider registry.terraform.io/hashicorp/dns v3.3.2

Use Cases or Problem Statement

I have both development and production DNS servers. They are all primaries.

I would like to be able to give a list of DNS servers like this in the provider config:

provider "dns" {
update {
server = ["192.168.1.10", "192.168.2.10", "192.168.3.10"]
port = "5353"
key_name = "tsig-key."
key_algorithm = "hmac-sha256"
key_secret = var.tsig_key
}
}

Such that they can each receive the updated records

Proposal

As above in the problem statement

How much impact is this issue causing?

High

Additional Information

High because if you have a multiple master setup, you cannot keep the records consistent

Code of Conduct

  • I agree to follow this project's Code of Conduct
@bendbennett
Copy link
Contributor

Hi @grmhay 👋

Thank you for submitting this feature request.

We will leave this issue open and prioritise looking into this further on the basis of the level of community interest signified by up-votes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants