Skip to content

Commit a3bb2a1

Browse files
committed
tf/db add ip to whitelist
1 parent dd98a78 commit a3bb2a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/terraform/db/security-groups.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ locals {
5555
{ descr = "NOI offices", ip = "46.18.28.240/32" },
5656
{ descr = "NOI offices", ip = "46.18.28.241/32" },
5757
{ descr = "NOI offices", ip = "46.18.28.242/32" },
58+
{ descr = "NOI offices", ip = "46.18.28.23/32" },
5859
]
5960
docker_hosts_test = [
6061
{ descr = "docker-01-test", ip = "34.246.48.94/32" },

0 commit comments

Comments
 (0)