We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec0f5e commit 71d23dbCopy full SHA for 71d23db
main.tf
@@ -313,7 +313,7 @@ resource "aws_security_group" "this" {
313
vpc_id = var.vpc_id
314
description = coalesce(var.security_group_description, "Control traffic to/from RDS Aurora ${var.name}")
315
316
- tags = merge(var.tags, var.security_group_tags, { Name = var.name })
+ tags = merge(var.tags, var.security_group_tags, { Name = local.security_group_name })
317
318
lifecycle {
319
create_before_destroy = true
0 commit comments