Skip to content

[DEV-14673] Remove old network module and add moved block#535

Merged
ltellesfl merged 13 commits intomainfrom
dev-14673
Mar 3, 2026
Merged

[DEV-14673] Remove old network module and add moved block#535
ltellesfl merged 13 commits intomainfrom
dev-14673

Conversation

@ltellesfl
Copy link
Contributor

@ltellesfl ltellesfl commented Feb 17, 2026

Note

Medium Risk
Touches core networking/state migration; incorrect moved addresses or SG wiring could lead to unintended resource replacement or connectivity issues during apply.

Overview
Standardizes on the networking module by removing the public_networking option and the network_module variable, and updating locals/module wiring to always source VPC/subnet/SG outputs from module.networking when creating the environment.

Simplifies downstream consumers to always use environment_all_subnets_sg_id (e.g., karpenter, lambda-sns-forwarder, efs-storage, fsx-storage, and EKS cluster_additional_security_group_ids) instead of conditionally selecting between security groups.

Adds Terraform moved blocks to migrate public_networking VPC and subnet resources into the new networking module path to avoid destroy/recreate during upgrade.

Written by Cursor Bugbot for commit bd35ba6. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Copy link
Contributor

@ashmuck ashmuck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ltellesfl ltellesfl merged commit 2b659ea into main Mar 3, 2026
24 of 25 checks passed
@ltellesfl ltellesfl deleted the dev-14673 branch March 3, 2026 03:42
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