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

New Resource Request: infoblox_ns_record #295

Open
brittandeyoung opened this issue Apr 14, 2023 · 0 comments
Open

New Resource Request: infoblox_ns_record #295

brittandeyoung opened this issue Apr 14, 2023 · 0 comments

Comments

@brittandeyoung
Copy link

As a developer I would like to be able to manage NS records for my domain using terraform. I have also opened an incident on the infoblox-go-client repo to add support for this resource as well. Once Added to the go client, I would be willing to contribute this resource my self.

Example code:

resource "infoblox_ns_record" "ns_rec" {
  fqdn = "static2.example4.org"
  ip_addr = "1.3.5.1"
  comment = "example static A-record a_rec2"
  dns_view = "nondefault_dnsview2"
  ttl = 120 // 120s
}

Here is the link to the issue on the go client repo : infobloxopen/infoblox-go-client#206

@brittandeyoung brittandeyoung changed the title New Resource: infoblox_ns_record New Resource Request: infoblox_ns_record Apr 14, 2023
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