We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd98a78 commit a3bb2a1Copy full SHA for a3bb2a1
infrastructure/terraform/db/security-groups.tf
@@ -55,6 +55,7 @@ locals {
55
{ descr = "NOI offices", ip = "46.18.28.240/32" },
56
{ descr = "NOI offices", ip = "46.18.28.241/32" },
57
{ descr = "NOI offices", ip = "46.18.28.242/32" },
58
+ { descr = "NOI offices", ip = "46.18.28.23/32" },
59
]
60
docker_hosts_test = [
61
{ descr = "docker-01-test", ip = "34.246.48.94/32" },
0 commit comments