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

aws/route53 - Add support for reusable delegation sets #1108

Closed
radeksimko opened this issue Mar 3, 2015 · 2 comments
Closed

aws/route53 - Add support for reusable delegation sets #1108

radeksimko opened this issue Mar 3, 2015 · 2 comments

Comments

@radeksimko
Copy link
Member

This feature allows reusing the NS set between hosted zones:
http://docs.aws.amazon.com/Route53/latest/APIReference/api-create-reusable-delegation-set.html

It would most likely require a new resource, e.g.

resource "aws_route53_delegation_set" "default" {
  caller_reference = "..."
  hosted_zone_id = "..."
}

and a new parameter for aws_route53_zone:

resource "aws_route53_zone" "primary" {
  name = "example.com"
  delegation_set_id = "${aws_route53_delegation_set.default.id}"
}
@phinze
Copy link
Contributor

phinze commented May 12, 2015

Hey there - we're consolidating Requests for AWS API Coverage over in the spreadsheet linked at #28 - head over there to record your username on what you'd like us to prioritize next!

@phinze phinze closed this as completed May 12, 2015
@ghost
Copy link

ghost commented May 2, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants