terraform-aws-modules / terraform-aws-vpc

Terraform module to create AWS VPC resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws
Apache License 2.0
2.99k stars 4.44k forks source link

Actually managing default VPC #988

Closed nuclon closed 1 year ago

nuclon commented 1 year ago

Is your request related to a new offering from AWS?

No

Is your request related to a problem? Please describe.

I would like to manage all resources related to default VPC, like subnets, NATs, IG, route tables, etc. I was sure, that setting "manage_default_vpc" would make all the other resources, defined in this module use default VPC.

Describe the solution you'd like.

When "manage_default_vpc" is set, the module manages subnets, NAT, IG, etc. related to Default VPC instead of creating a new VPC and using it.

Describe alternatives you've considered.

Creating terraform resources manually, using default VPC vpc_id.

bryantbiggs commented 1 year ago

you can, by importing the resources into this module

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days

github-actions[bot] commented 1 year ago

This issue was automatically closed because of stale in 10 days

github-actions[bot] commented 11 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.