Skip to content

Commit

Permalink
Merge pull request #30 from terraform-modules/windows-base-module
Browse files Browse the repository at this point in the history
update encase
  • Loading branch information
badra001 committed Jun 30, 2022
2 parents 17adff5 + 2f5b094 commit a22a8f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions it-windows-base/hosts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ module "ansible_servers" {
use_cidr_format = true
}


module "encase_server" {
source = "git@github.e.it.census.gov:terraform-modules/dns-lookup.git"

hosts = [
"ois001app-sf.boc.ad.census.gov",
]
use_cidr_format = true
}


3 changes: 2 additions & 1 deletion it-windows-base/ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ locals {
n_backup = ["10.193.0.0/22"]
# n_ansible = ["172.24.12.239/32"]
n_ansible = module.ansible_servers.addresses_ipv4
n_encase = ["148.129.121.72/32"]
#n_encase = ["148.129.121.72/32"] (old address)
n_encase = module.encase_server.addresses_ipv4
n_riverbed = ["172.24.100.107/32"]
n_servicenow = ["10.193.2.104/32", "10.193.3.207/32"]
# n_hpsa = ["172.24.100.141/32", "172.24.100.154/32", "172.24.100.165/32"]
Expand Down

0 comments on commit a22a8f6

Please sign in to comment.