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

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

stale

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

stale

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