Skip to content

Commit 52f201c

Browse files
Adding variable 'copy_db_instance_tags'
If true, merge db_instance_tags with the common tags.
1 parent 22b02b3 commit 52f201c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/db_instance/variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,12 @@ variable "db_instance_tags" {
341341
default = {}
342342
}
343343

344+
variable "copy_db_instance_tags" {
345+
description = "If true, merge db_instance_tags with the common tags"
346+
type = bool
347+
default = true
348+
}
349+
344350
variable "option_group_name" {
345351
description = "Name of the DB option group to associate."
346352
type = string

0 commit comments

Comments
 (0)