Skip to content

Commit

Permalink
add /32 to ips
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 2, 2019
1 parent 9fc1b70 commit efe3fb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ois-scanner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ module "ois-scanner" {
ingress_cidr_blocks = [
"148.129.121.0/24",
"148.129.21.0/24",
"172.18.33.207",
"172.18.33.208",
"172.18.33.210",
"172.18.33.211",
"172.18.33.213",
"172.18.33.207/32",
"172.18.33.208/32",
"172.18.33.210/32",
"172.18.33.211/32",
"172.18.33.213/32",
]
ingress_rules = [ "all-all" ]

Expand Down

0 comments on commit efe3fb4

Please sign in to comment.