Skip to content

Commit

Permalink
add tf_module_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Badrak committed Jun 3, 2020
1 parent 9757fd3 commit ce7da68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions it-linux-base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ resource "aws_security_group" "this_security_group" {

tags = merge(
var.tags,
map("boc:tf_module_version", var._module_version),
map("boc:vpc:info", join(" ", compact(list(var.vpc_id, var.vpc_full_name)))),
map("Name", "sg-${local.name}"),
)
Expand Down

0 comments on commit ce7da68

Please sign in to comment.