Skip to content

Commit

Permalink
merge db_instance_tags and tags on rds_instance
Browse files Browse the repository at this point in the history
  • Loading branch information
winthropgutmann-ef committed Mar 18, 2024
1 parent 0419999 commit d66999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/db_instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ resource "aws_db_instance" "this" {
}
}

tags = var.tags
tags = merge(var.tags, var.db_instance_tags)

depends_on = [aws_cloudwatch_log_group.this]

Expand Down

0 comments on commit d66999e

Please sign in to comment.