Skip to content

Commit de8ceda

Browse files
Update main.tf
remove tagging from alb_sg
1 parent 94801c2 commit de8ceda

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

main.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ resource "aws_security_group" "alb_sg" {
99
description = "${var.name}-${var.environment} ALB security group"
1010
vpc_id = var.alb_vpc_id
1111

12-
tags = merge(
13-
var.security_group_tags,
14-
{
15-
Automation = "Terraform"
16-
Environment = var.environment
17-
Name = var.name
18-
}
19-
)
2012
}
2113

2214
locals {

0 commit comments

Comments
 (0)