Skip to content

Commit

Permalink
updating the description on db_instance_tags variable
Browse files Browse the repository at this point in the history
Additional tags for the DB instance
  • Loading branch information
winthropgutmann-ef committed Mar 18, 2024
1 parent d66999e commit 5b25799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/db_instance/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ variable "tags" {
}

variable "db_instance_tags" {
description = "A mapping of tags to assign to all resources"
description = "A map of additional tags for the DB instance"
type = map(string)
default = {}
}
Expand Down

0 comments on commit 5b25799

Please sign in to comment.