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

## Is your request related to a new offering from AWS? - No : the resource `aws_nat_gatway` enable the [connectivity_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/nat_gateway#connectivity_type) argument to be set to `private` so that not internet...

enhancement

## Description We upgraded our VPC module from version 3.14 to 5.5.2, when we did the terraform plan and apply there were default resources that were created including the default...

stale

## Description When creating a VPC with only public subnets and with `one_nat_gateway_per_az` configured, module fails with an error. ## Versions - Module version [Required]: 5.7.1 - Terraform version: 1.7.5...

stale

## 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...

## Description Makes the count on `aws_route` dynamic instead of fixed at 1 ## Motivation and Context Fixes #1087 ## Breaking Changes Not that I'm aware of. ## How Has...

## Description Fixes creating NAT gateway route table associations even when enable_nat_gateway=false ## Motivation and Context More detailed description of the issue is here https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/1031 ## Breaking Changes no breaking...

## Description I have used terraform VPC module to create the VPC through Terragrunt. When i try to delete the VPC, it got hanged and throw EC2 Subnet (subnet-xxxxx): DependencyViolation...

I have an already created VPC, how do I pass the VPC id so that i can create the public and private subnets and the required components for it. I...

stale

# Description If you don't create private subnets, but define the elasticache_subnets without a route table the module drops errors. # Code https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/main.tf#L726 It should use the local.create_elasticache_route_table, because we...

stale

## Description Allow option in whether or not to create a route to the NAT gateway in private subnets. ## Motivation and Context There are use cases where the creation...