Closed tcarreira closed 1 month ago
Voting for Prioritization
For Submitters
@tcarreira Thanks for the contribution :tada: :clap:.
Thanks for the quick review/approve
This functionality has been released in v5.70.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. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
(continuing #37269)
Description
In https://github.com/hashicorp/terraform-provider-aws/pull/35991 we added support for making cross account attachments (docs). There was one part missing, using them in the endpoint group for the Global Accelerator (AGA).
This add support for setting this field
AttachmentArn
: https://docs.aws.amazon.com/global-accelerator/latest/api/API_EndpointConfiguration.htmlRelations
Closes #37631 Closes #37269
References
Completing the work started on #37269 Following feature from #35991
Output from Acceptance Testing
new test:
note: I had to run this test without the PreCheck
acctest.PreCheckOrganizationsAccount(ctx, t)
bc I don't have multiple AWS accounts on different Orgs. I should not affect the result.All tests for this resource:
(I did not run
TestAccGlobalAcceleratorEndpointGroup_instanceEndpoint
)