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

No data source for aws_route53_delegation_set #6073

Closed
rmakram-ims opened this issue Oct 4, 2018 · 3 comments · Fixed by #6152
Closed

No data source for aws_route53_delegation_set #6073

rmakram-ims opened this issue Oct 4, 2018 · 3 comments · Fixed by #6152
Labels
new-data-source Introduces a new data source. service/route53 Issues and PRs that pertain to the route53 service.
Milestone

Comments

@rmakram-ims
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

There is no data source for the aws_route53_delegation_set.

New or Affected Resource(s)

  • aws_route53_delegation_set

Potential Terraform Configuration

data "aws_route53_delegation_set" "main" {
  reference_name = "DynDNS"
}

resource "aws_route53_zone" "primary" {
  name              = "hashicorp.com"
  delegation_set_id = "${data.aws_route53_delegation_set.main.id}"
}

References

  • #0000
@bflad bflad added new-data-source Introduces a new data source. service/route53 Issues and PRs that pertain to the route53 service. labels Oct 4, 2018
@bflad bflad added this to the v1.47.0 milestone Nov 25, 2018
@bflad
Copy link
Contributor

bflad commented Nov 25, 2018

A new aws_route53_delegation_set data source has been merged and will release with version 1.47.0 of the AWS provider, sometime this week.

@bflad
Copy link
Contributor

bflad commented Nov 30, 2018

This was released (4 days ago) in version 1.47.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@ghost
Copy link

ghost commented Apr 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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-data-source Introduces a new data source. service/route53 Issues and PRs that pertain to the route53 service.
Projects
None yet
2 participants