Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 19, 2026
1 parent c4817c8 commit 2811d81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions it-windows-base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ resource "aws_security_group" "this_security_group" {
vpc_id = var.vpc_id

tags = merge(
# local.base_tags,
local.base_tags,
var.tags,
# { "Name" = format("sg-%v-%v", var.name_prefix, each.key) }
{ "Name" = format("sg-%v", local.sg.name) }
)
}
Expand Down

0 comments on commit 2811d81

Please sign in to comment.