Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 11, 2022
1 parent 395ff3e commit ff0e3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion it-windows-base/ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals {
n_mgmt = ["148.129.162.0/24", "148.129.95.0/24"]
n_backup = ["10.193.0.0/22"]
# n_ansible = ["172.24.12.239/32"]
n_ansible = module.ansible_severs.addresses_ipv4
n_ansible = module.ansible_servers.addresses_ipv4
n_encase = ["148.129.121.72/32"]
n_riverbed = ["172.24.100.107/32"]
n_servicenow = ["10.193.2.104/32", "10.193.3.207/32"]
Expand Down

0 comments on commit ff0e3a7

Please sign in to comment.