Skip to content

Commit

Permalink
update version CHANGELOG and created_by tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Feb 26, 2021
1 parent 201b255 commit a2b3ca8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions it-windows-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
* 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

# v1.2 -- 20210226
* add HPSA source 172.24.100.141/32, 172.24.100.154/32, 172.24.100.166/32 to 1002/tcp (ticket INC000002652291)
* add HPOM source 172.24.105.24/32 to 383/tcp and udp (ticket INC000002652291)
1 change: 1 addition & 0 deletions it-windows-base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ resource "aws_security_group" "this_security_group" {
tags = merge(
map("Name", "sg-${local.name}"),
var.tags,
map("boc:created_by", "terraform"),
map("boc:tf_module_version", local._module_version),
map("boc:vpc:info", join(" ", compact(list(var.vpc_id, var.vpc_full_name)))),
)
Expand Down
2 changes: 1 addition & 1 deletion it-windows-base/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "1.1"
_module_version = "1.2.0"
}

0 comments on commit a2b3ca8

Please sign in to comment.