Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ locals {
name = "Globex Industries"
}
initech = {
cidr = "192.0.2.56/32"
cidr = "192.0.2.56/31"
name = "Initech"
}
umbrella = {
Expand All @@ -436,7 +436,7 @@ locals {
}
}

api_internal_cidr = "10.0.0.0/8"
api_internal_cidr = "10.0.0.0/16" # SECURITY HARDENING: Narrowed to VPC CIDR per audit findings
api_domain = "signals-demo-test.demo"
api_alert_email = "[email protected]"
}
Expand Down