-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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_launch_template: add the option to tag network-interfaces #19140
Comments
Really appreciate adding this feature, we're building several EKS clusters with severals nodes for our different environments and we need to efficiently track our spending. |
same here. it is a problem! why not allow the entire list of tag specification allowed enum? |
Should be fixed by #20409 |
This functionality has been released in v3.53.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
The LaunchTemplateTagSpecificationRequest API docs show that network-interface is an option. Can this be added to the list of supported types? We pair ECS Clusters with AutoScaling Groups and it would be helpful if the network-interfaces/enis attached to the EC2 Instances were tagged along with the instances and volumes.
https://github.com/hashicorp/terraform-provider-aws/blob/main/aws/resource_aws_launch_template.go#L588-L591
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: