Skip to content

Commit

Permalink
fix cidr range
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Badrak committed Jun 3, 2020
1 parent ce7da68 commit ab83641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion it-linux-base/ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
locals {
n_all = ["0.0.0.0/0"]
n_census = ["148.129.0.0/16", "192.168.0.0/16", "172.16.0.0/12", "10.0.0.0/8"]
n_mgmt = ["148.129.16.0/24", "148.129.95.0/24"]
n_mgmt = ["148.129.162.0/24", "148.129.95.0/24"]
source_groups = ["all", "external"]
name = var.name
ports = [
Expand Down

0 comments on commit ab83641

Please sign in to comment.