hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.83k stars 9.18k forks source link

[Enhancement]: Add network interface attribute to aws_db_instance resource #38687

Open lukaalba opened 3 months ago

lukaalba commented 3 months ago

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

github-actions[bot] commented 3 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue