terraform-aws-vpc
terraform-aws-vpc copied to clipboard
Terraform module to create AWS VPC resources πΊπ¦
## Description Adds routing configuration for private subnets to allow using transit gateway for nat traffic. ## Motivation and Context Allows using a network hub architecture for centralised internet traffic...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No π: please wait to...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - Yes β : please list the...
resolves #1108
## Is your request related to a new offering from AWS? No, ## Is your request related to a problem? Please describe. For some of our dev environments we'd like...
## Is your request related to a new offering from AWS? Yes, can do with the current capabilities. ## Is your request related to a problem? Please describe. In my...
## Is your request related to a new offering from AWS? The functionality is there, I don't know when it was introduced, but I presume for at least a year....
Trying to create 2 private subnets. If the name is not provided, it automatically generates a name using the VPC name, private subnet prefix, and availability zone. If a "Name"...
when using an existing cloudwatch log group for flow logs, `vpc_flow_log_cloudwatch` policy breaks
## Description When using this module with a pre-existing cloudwatch log groups to be used for the flow log destination, the [recent change in 5.12](https://github.com/terraform-aws-modules/terraform-aws-vpc/pull/1112) that attempts to make the...
## Description Add `enable_public_igw_route flag` to optionally create public route tables to internet gateway ## Motivation and Context It can be desirable to have both an internet gateway and want...