hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.84k stars 9.19k forks source link

aws_rds_global_cluster: Add `endpoint` attribute for DB writer endpoint #39960

Closed ppapishe closed 1 day ago

ppapishe commented 2 weeks ago

Description

AWS Started supporting global endpoint for global aurora clusters. This PR is to basically add the new endpoint attribute as a new output attribute.

This basically solves https://github.com/hashicorp/terraform-provider-aws/issues/39862

Relations

Closes #39862

References

Output from Acceptance Testing

% make testacc TESTS=TestAccXXX PKG=ec2

...
github-actions[bot] commented 2 weeks ago

Community Note

Voting for Prioritization

For Submitters

github-actions[bot] commented 2 weeks ago

Thank you for your contribution! :rocket:

Please note that the CHANGELOG.md file contents are handled by the maintainers during merge. This is to prevent pull request merge conflicts, especially for contributions which may not be merged immediately. Please see the Contributing Guide for additional pull request review items.

Remove any changes to the CHANGELOG.md file and commit them in this pull request to prevent delays with reviewing and potentially merging this pull request.

YakDriver commented 1 day ago

@ppapishe Thanks for your contribution! I cleaned up a few things and will work on getting this merged.