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

[Bug]: Cannot import aws_route53_delegation_set with reference_name #40425

Open
vyomkumar opened this issue Dec 3, 2024 · 1 comment
Open
Labels
bug Addresses a defect in current functionality. service/route53 Issues and PRs that pertain to the route53 service.

Comments

@vyomkumar
Copy link

vyomkumar commented Dec 3, 2024

Terraform Core Version

1.9.2

AWS Provider Version

5.60.0

Affected Resource(s)

aws_route53_delegation_set

Expected Behavior

Import works without deleting/recreating the resource.

Actual Behavior

Terraform plan states that the reference_name option will force recreation of the resource upon import.

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

resource "aws_route53_delegation_set" "main" {
  reference_name = "main"
}

import {
  to = aws_route53_delegation_set.main
  id = "N07462849572ECPH4JW2B"
}

Steps to Reproduce

  1. Create aws_route53_delegation_set with reference_name option set in one module.
    2, Run terraform plan to import the aws_route53_delegation_set in another module.

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

aws_route53_delegation_set import doesn't bring in reference_name #8476
Resource aws_route53_delegation_set Imports do not work with auto-generated Terraform Suffix #26434

Would you like to implement a fix?

No

@vyomkumar vyomkumar added the bug Addresses a defect in current functionality. label Dec 3, 2024
Copy link

github-actions bot commented Dec 3, 2024

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot added service/route53 Issues and PRs that pertain to the route53 service. needs-triage Waiting for first response or review from a maintainer. labels Dec 3, 2024
@justinretzolk justinretzolk removed the needs-triage Waiting for first response or review from a maintainer. label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Addresses a defect in current functionality. service/route53 Issues and PRs that pertain to the route53 service.
Projects
None yet
Development

No branches or pull requests

2 participants