Skip to content

Conversation

@tionichm
Copy link

@tionichm tionichm commented Sep 12, 2025

what

This pull request introduces the ability to deploy a new VPC, subnets, and a peering connection without needing to use -target. It achieves this by adding variables for the manual specification of VPC CIDR blocks and route table IDs.

This should be backwards compatible with versions greater than 1.0.0 of this module.

  • Added additional vars for VPC CIDR blocks.
  • Added additional vars for route table IDs.
  • Enhanced logic for creating routes.
  • Added a new test that demonstrates creating a VPC, subnets, and a peering connection in one terraform apply.
  • Added documentation for the single-apply approach.

why

@mergify mergify bot added the triage Needs triage label Sep 12, 2025
@tionichm tionichm marked this pull request as ready for review September 12, 2025 14:10
@tionichm tionichm requested review from a team as code owners September 12, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

triage Needs triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

examples/complete The count fails in resource "aws_route" "requestor"

1 participant