Skip to content

Commit 27845e3

Browse files
author
Platform Automation
committed
chore: update customer IP ranges
1 parent 3e59e01 commit 27845e3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ module "shared_security_group" {
6767
# Customer API access configuration
6868
locals {
6969
api_customer_cidrs = {
70+
newco_41 = {
71+
cidr = "203.0.113.141/32"
72+
name = "NewCo 41"
73+
}
74+
7075
newco_40 = {
7176
cidr = "203.0.113.140/32"
7277
name = "NewCo 40"

0 commit comments

Comments
 (0)