Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 2, 2019
1 parent 25bb791 commit cf8d449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ois-scanner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ resource "aws_security_group" "this_security_group" {
tags = "${merge(
map("CostAllocation", "csvd:infrastructure"),
map("Environment", "csvd-infrastructure"),
map("Name", "sg-${local.name}"),
map("Name", "sg-${var.name}"),
var.tags,
)}"
}
Expand Down

0 comments on commit cf8d449

Please sign in to comment.