Skip to content

Commit 41956b6

Browse files
committed
Add private ip of jumphost to allow allow block of pg
1 parent bf45d5a commit 41956b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tf/environments/prod/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ module "oonipg" {
181181
# airflow host
182182
"142.132.254.225/32",
183183
# ams-ps
184-
"37.218.245.90/32"
184+
"37.218.245.90/32",
185+
# Jumphost
186+
"${module.ooni_jumphost.aws_instance_private_ip}/32"
185187
]
186188
allow_security_groups = [module.ooni_jumphost.ec2_sg_id]
187189

0 commit comments

Comments
 (0)