cloudposse / terraform-aws-vpc

Terraform Module that defines a VPC with public/private subnets across multiple AZs with Internet Gateways
https://cloudposse.com/accelerate
Apache License 2.0
229 stars 195 forks source link

Add support for network address usage metrics #124

Closed lanzrein closed 11 months ago

lanzrein commented 1 year ago

what

This PR adds support for Network Address Usage Metrics on the VPC. AWS documentation : https://docs.aws.amazon.com/vpc/latest/userguide/network-address-usage.html Terraform documentation : https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc#enable_network_address_usage_metrics

why

Network Address Usage metrics can help monitor the growth of a VPC and would be useful for any user. Enable this after creating a VPC does not trigger recreation of the VPC.

references

closes #115

lanzrein commented 1 year ago

Hello, This is my first PR on this repository. Please let me know if I need to do any other things to make the process smoother on your side.

joe-niland commented 11 months ago

/terratest