fix: add third IP to pilot ALB allow-list - #205
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a third IP (47.28.16.92/32) to the existing ALB ingress allow-list used to temporarily restrict access to the pilot environments, keeping the app and frontend configs in sync with the updated allow-list.
Changes:
- Extend
alb_ingress_cidr_blocksin the frontend app-config to include47.28.16.92/32. - Extend
alb_ingress_cidr_blocksin the app app-config to include47.28.16.92/32.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| infra/frontend/app-config/main.tf | Adds the third CIDR to the frontend ALB ingress allow-list. |
| infra/app/app-config/main.tf | Adds the third CIDR to the app ALB ingress allow-list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
N/A — follow-up to #204.
Changes
Adds a third IP (
47.28.16.92/32) to thealb_ingress_cidr_blocksallow-list for both theappandfrontendapp-configs, alongside the two already merged in #204.Context for reviewers
Small, targeted follow-up — no other changes. Once merged, prod still needs a manual
workflow_dispatchdeploy (push-to-main only auto-deploys dev), so I'll trigger that deploy with all three IPs in place rather than doing it twice.Testing
terraform fmt -check -diff -recursive infra— clean.Preview environment for frontend
♻️ Environment destroyed ♻️
Preview environment for app
♻️ Environment destroyed ♻️