Skip to content

Use cidr_block for stage's peering route - #243

Open
Sancus wants to merge 1 commit into
mainfrom
stage-route-key
Open

Use cidr_block for stage's peering route#243
Sancus wants to merge 1 commit into
mainfrom
stage-route-key

Conversation

@Sancus

@Sancus Sancus commented Jul 28, 2026

Copy link
Copy Markdown
Member

additional_routes entries are folded into the route table's inline routes, which take cidr_block. Stage used destination_cidr_block, so the program raised TypeError: Route._internal_init() got an unexpected keyword argument and built nothing. Prod was already correct.

Already applied to the stage stack.

tb_pulumi 21ffa599 folds additional_routes into the route table's inline
routes rather than creating standalone aws.ec2.Route resources, and the
inline form takes cidr_block. Stage still used destination_cidr_block, so
the program failed with a TypeError before reaching any other resource.
Prod was already updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants