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 support for DNS Zones and DNS Records #52

Open
7 tasks
jimeh opened this issue Mar 1, 2021 · 0 comments
Open
7 tasks

Add support for DNS Zones and DNS Records #52

jimeh opened this issue Mar 1, 2021 · 0 comments
Labels
enhancement New feature or request on-hold Need more information before proceeding

Comments

@jimeh
Copy link
Contributor

jimeh commented Mar 1, 2021

  • Add katapult_dns_zone resource and data source, with:
    • name String attribute.
    • ttl Int attribute.
    • verified read-only Bool attribute.
    • infrastructure_zone read-only Bool attribute.
    • repeatable record attribute, accepting the same attributes as the
      katapult_dns_record resource.
  • Add katapult_dns_record resource and data source. This will become a
    little bit tricky, as depending on the type of record, different
    attributes are required. Hence we are going to have to be a little bit
    cleaver about how we structure Terraform's schema to represent this.
@jimeh jimeh added enhancement New feature or request on-hold Need more information before proceeding labels Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request on-hold Need more information before proceeding
Projects
None yet
Development

No branches or pull requests

1 participant