terraform-aws-vpc icon indicating copy to clipboard operation
terraform-aws-vpc copied to clipboard

A Terraform module to create an Amazon Web Services (AWS) Virtual Private Cloud (VPC).

Results 3 terraform-aws-vpc issues
Sort by recently updated
recently updated
newest added

Version 3.38.0 of the Terraform AWS Provider [introduced](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/resource-tagging#propagating-tags-to-all-resources) a way to define a default set of tags that propagate to all AWS resources that support `tags`. Any tags defined at...

operations
actionable backlog

Currently, the module adds an S3 endpoint configuration by default. We should look to support a dynamic list of VPC endpoints beyond S3. See: https://aws.amazon.com/blogs/aws/new-amazon-simple-email-service-ses-for-vpc-endpoints/

operations
actionable backlog
size: 2

Right now, it doesn't look like we create any IPv6 routes. We also don't [request](https://www.terraform.io/docs/providers/aws/r/vpc.html#assign_generated_ipv6_cidr_block) an IPv6 CIDR block. Should we? What are we missing out on by not? At...

Enhancement
operations