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

Terraform module to create AWS VPC resources πŸ‡ΊπŸ‡¦

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

## Description When using the `create_multiple_public_route_tables` option, it creates separate route tables as needed, but only the first one has a route to the internet gateway on 0.0.0.0/0. - [x]...

## Description Can not add IPv6 routes to default route table. ## Versions - Module version [Required]: 5.8.1 - Terraform version: 1.7.x - Provider version(s): 5.30.x ## Reproduction Code [Required]...

stale

I would like to use this VPC module in combination with the transit gateway module (https://registry.terraform.io/modules/terraform-aws-modules/transit-gateway/aws/latest) in a way to route traffic from the private subsets (only) to the transit...

## Description Setting the [ip_address_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint#ip_address_type) property on an endpoint does not get propagated to the underlying `aws_vpc_endpoint` resource. This means the routing tables only get propagated with the S3/DynamoDB IPv4...

## Description Added parameter ip_address_type to allow ipv4. ipv6 and dualstack ip_address_type support ## Motivation and Context To solve issue #1091 ## Breaking Changes None ## How Has This Been...

## Description make use of the main route table for the intra subnet implicit association by adding a variable `var.create_intra_subnet_route_table`. ## Motivation and Context I would like to use the...

## Description Allow custom IAM Role and Policy names for the VPC flow log either by specifying the entire name, or by providing a prefix. ## Motivation and Context Some...

## Description This pull request updates the AWS VPC terraform module to use log group ARNs instead of wildcard ("*") as the resource in the flow log policy. This change...

## Description Resources showing drift straight away after initial plan and apply. Steps and further considerations provided below. - [x] βœ‹ I have searched the open/closed issues and my issue...

stale

## Description Now, we are able to count nat gateways and private route tables for independent naming per az. ## Motivation and Context We need to be more clear on...