You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(aws-privatelink): unify examples on endpoint-vpc + sensor-host modules
Delete the monolithic privatelink-stack module (~700 lines) that duplicated
logic already present in endpoint-vpc and sensor-host. Rewrite example 01
(per-VPC) to compose the same two modules used by examples 02 and 03,
proving the single-account case is just a simpler wiring of the same
building blocks.
Additional cleanup:
- Remove all .tfvars references; inputs come exclusively via TF_VAR_ env vars
- Add explicit random provider declaration to all root modules
- Fix variable descriptions (s/Prefer exporting/Export/)
- Update architecture doc to show env var exports instead of HCL snippets
0 commit comments