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 Support for multiple route tables when creating public and intra subnets. ## Motivation and Context Guarantee that the used route table for public and intra subnets on creation...

## Is your request related to a new offering from AWS? Yes. This is to better support a vpc hosting an AWS Firewall infrastructure where you need to route 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. - Yes βœ…: https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5310-december-15-2023 ## Is...

## Description This commit adds `service_type` to example code at README since current sample code causes the following error: > Error: no matching EC2 VPC Endpoint Service found ... data.aws_vpc_endpoint_service.this["dynamodb"]...

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. - No πŸ›‘: please wait...

## Description I'm trying to upgrade a VPC including two public and two private subnets from IPv4 to IPv6. Setting `enable_ipv6` does not work. A [similar issue](https://github.com/hashicorp/terraform-provider-aws/issues/32897) was reported in...

## Is your request related to a new offering from AWS? No ## Is your request related to a problem? Please describe. Currently when using IPAM to allocate VPC CIDRs...

## Description feat: Adding output using private natgateway ## Motivation and Context fixes minor issue ## Breaking Changes ## How Has This Been Tested? - [x] I have updated at...

## Description We are using this module "terraform-aws-modules/vpc/aws" with `enable_nat_gateway = false` parameter, because our vpc is using a shared transit gateway from a different account with its own NAT...

## Is your request related to a problem? Please describe. I have a VPC network which is created outside of this module. But I like to use this module for...