Skip to content

Conversation

bryantbiggs
Copy link
Member

Description

  • Correct records output to use Route53 records resource

Motivation and Context

Breaking Changes

  • No

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@bryantbiggs bryantbiggs merged commit 065926c into terraform-aws-modules:master Sep 23, 2025
9 checks passed
@bryantbiggs bryantbiggs deleted the fix/records-output branch September 23, 2025 16:37
antonbabenko pushed a commit that referenced this pull request Sep 23, 2025
## [6.0.1](v6.0.0...v6.0.1) (2025-09-23)

### Bug Fixes

* Correct `records` output to use Route53 records resource ([#125](#125)) ([065926c](065926c))
@antonbabenko
Copy link
Member

This PR is included in version 6.0.1 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The records output variable is returning the aws_route53_zone.this resource and not the aws_route53_record.this.
2 participants