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

support "comment" attribute for aws_route53_record #115

Open
gopurx opened this issue Dec 26, 2024 · 1 comment
Open

support "comment" attribute for aws_route53_record #115

gopurx opened this issue Dec 26, 2024 · 1 comment
Labels

Comments

@gopurx
Copy link

gopurx commented Dec 26, 2024

Is your request related to a new offering from AWS?

  • Yes ✅: 5.82.2

Is your request related to a problem? Please describe.

Comment attribute is available through API and boto3 SDK while creating or upserting DNS records in Route53. This helps to review using cloud trail for auditing purposes

Describe the solution you'd like.

Include Comment as an attribute to leverage exisiting Route53 functionality

Describe alternatives you've considered.

It would be a cumbersome alternative to use null provider and invoke AWS API directly from terraform

Additional context

Below are references where Comment is an attribute is documented for this operation/resource:

https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/route53/client/change_resource_record_sets.html

Copy link

This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days

@github-actions github-actions bot added the stale label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant