Skip to content

Commit

Permalink
Update root_locals.tf
Browse files Browse the repository at this point in the history
Need IP in CIDR notation
  • Loading branch information
ian-hoyle authored Jan 7, 2025
1 parent 785384b commit 3a6131d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root_locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ locals {

ip_allowlist = concat(local.developer_ip_list, local.trusted_ip_list)

ip_blocked_list = "10.120.2.120"
ip_blocked_list = "10.120.2.120/32"

ecr_account_number = local.environment == "sbox" ? data.aws_caller_identity.current.account_id : data.aws_ssm_parameter.mgmt_account_number.value

Expand Down

0 comments on commit 3a6131d

Please # to comment.