-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
AWS VPC Traffic Mirroring - enable GWLB as a valid traffic mirror target #26767
Comments
I have done the resource part, updated the testing package and currently testing it. Watch this space. |
Acceptance Test Results:
|
PR raised to cover this change -- #26864 |
PR Review complete and request submitted for final approval and merge. |
We can close this issue, PR now approved and merged to main. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
The resource aws_ec2_traffic_mirror_target currently supports network_load_balancer_arn and network_interface_id as its valid input parameters. AWS Introduced GWLB as a valid Traffic Mirror target in May 2022 and hence this new input must be enabled in this resource.
New or Affected Resource(s)
Potential Terraform Configuration
References
https://aws.amazon.com/blogs/networking-and-content-delivery/introduction-to-traffic-mirroring-to-gwlb-endpoints-as-target/
https://docs.aws.amazon.com/vpc/latest/mirroring/tm-example-glb-endpoints.html
The text was updated successfully, but these errors were encountered: