the aws_instance resource have a whole network_interface-block where you can the whole information about the network interface attached to the ec2 instance. It looks like the aws_db_instance resource does not have such a block (yet). Do anyone know if the aws api delivers any information about the network interface which Is attached to the rds instance which can be used to add such an attribute?
Unfortunately aws does not add the tags specified in the aws-provider config to the network interface so I am looking for a simple way to tag it afterwards.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
Hi everyone,
the aws_instance resource have a whole
network_interface
-block where you can the whole information about the network interface attached to the ec2 instance. It looks like the aws_db_instance resource does not have such a block (yet). Do anyone know if the aws api delivers any information about the network interface which Is attached to the rds instance which can be used to add such an attribute?Unfortunately aws does not add the tags specified in the aws-provider config to the network interface so I am looking for a simple way to tag it afterwards.
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
No response
References
No response
Would you like to implement a fix?
Yes