🤖🤖🤖 d/aws_ec2_local_gateway_virtual_interface: Add outpost_lag_id and local_gateway_virtual_interface_group_id attributes#47974
Conversation
…al_gateway_virtual_interface_group_id attributes
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
|
✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible. |
|
@BenjaminSaintCyr Thanks for the contribution 🎉 👏. |
|
Warning This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
|
This functionality has been released in v6.46.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! |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
No changes to security controls (access controls, encryption, logging) are introduced by this pull request.
Description
Adds two missing computed attributes to the
aws_ec2_local_gateway_virtual_interfacedata source that the AWS API already returns viaDescribeLocalGatewayVirtualInterfaces:outpost_lag_id— The ID of the Outpost LAG the virtual interface is attached to.local_gateway_virtual_interface_group_id— The ID of the Local Gateway Virtual Interface Group the VIF belongs to.Both fields are already populated on the SDK
LocalGatewayVirtualInterfacetype and simply needed to be plumbed through the schema.Relations
Closes #47943
References
LocalGatewayVirtualInterfacetypeDescribeLocalGatewayVirtualInterfacesOutput from Acceptance Testing
AI Usage Disclosure
This pull request was prepared with assistance from an AI agent — specifically, a custom agent running inside Claude Code. The agent was configured for this repository (branching conventions, skaff usage,
make genawareness, no manual edits to_gen.go, smarterr patterns, AutoFlex, identity generators, acceptance-test scaffolding) and used for requirements analysis, code generation, test verification, and documentation. Every line has been reviewed by the human contributor, who has verified the code compiles and understands each design decision. Per the project's AI Usage Policy, "🤖🤖🤖" is included in the PR title.