-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/aws_route53_zone: Use zone_id
for transparent tagging identifier
#37893
Conversation
Community NoteVoting for Prioritization
For Submitters
|
% make testacc TESTARGS='-run=TestAccRoute53Zone_basic' PKG=route53 make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.22.2 test ./internal/service/route53/... -v -count 1 -parallel 20 -run=TestAccRoute53Zone_basic -timeout 360m === RUN TestAccRoute53Zone_basic === PAUSE TestAccRoute53Zone_basic === CONT TestAccRoute53Zone_basic --- PASS: TestAccRoute53Zone_basic (107.35s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/route53 111.787s
This functionality has been released in v5.54.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Use
zone_id
, notid
, as the transparent tagging idemtifier to work around AWS SDK for Go v2 backwards compatibility issue.Relations
Closes #37817.
Output from Acceptance Testing