Skip to content

Commit

Permalink
Merge pull request #10 from terraform-modules/add-27401
Browse files Browse the repository at this point in the history
add riverbed tx 27401
  • Loading branch information
badra001 committed Jan 19, 2021
2 parents 1e4488d + 5773169 commit 8c2ee3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions it-windows-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

# v1.1 -- 20210119
* add EnCase source 148.129.71.121 to 4445/tcp (ticket INC000002587282)
* add Riverbed Transaction Agent (formerly appcapture) 172.24.100.107 to 27401/tcp

2 changes: 2 additions & 0 deletions it-windows-base/ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ locals {
n_backup = ["10.193.0.0/22"]
n_ansible = ["172.24.12.239/32"]
n_encase = ["148.129.121.72/32"]
n_riverbed = ["172.24.100.107/32"]
source_groups = ["all", "external"]
name = var.name
ports = [
Expand All @@ -34,6 +35,7 @@ locals {
[3389, 3389, "tcp", "RDP", local.n_census, ["external"]],
[4445, 4445, "tcp", "EnCase", local.n_encase, ["external"]],
[5986, 5986, "tcp", "WinRM-https", local.n_ansible, ["external"]],
[27401, 27401, "tcp", "TransactionAgent", local.n_riverbed, ["external"]],
]

# these are ignored
Expand Down

0 comments on commit 8c2ee3f

Please sign in to comment.