File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ resource aws_db_instance fresh {
47
47
backup_window = " 21:00-23:00"
48
48
maintenance_window = " mon:00:00-mon:03:00"
49
49
50
- tags = merge ( local. database_tags , local. fresh_database_tags , var. in_mandatory_tags )
50
+ tags = merge ( local. database_tags , local. fresh_database_tags , var. in_mandated_tags )
51
51
52
52
}
53
53
@@ -91,7 +91,7 @@ resource aws_db_instance clone {
91
91
backup_window = " 21:00-23:00"
92
92
maintenance_window = " mon:00:00-mon:03:00"
93
93
94
- tags = merge ( local. database_tags , local. cloned_database_tags , var. in_mandatory_tags )
94
+ tags = merge ( local. database_tags , local. cloned_database_tags , var. in_mandated_tags )
95
95
}
96
96
97
97
@@ -122,7 +122,7 @@ resource aws_db_subnet_group me {
122
122
name_prefix = " db-${ var . in_ecosystem_name } "
123
123
description = " RDS postgres subnet group for the ${ var . in_ecosystem_name } database."
124
124
subnet_ids = var. in_db_subnet_ids
125
- tags = merge ( local. subnet_group_tags , var. in_mandatory_tags )
125
+ tags = merge ( local. subnet_group_tags , var. in_mandated_tags )
126
126
}
127
127
128
128
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ variable in_id_of_db_to_clone {
23
23
}
24
24
25
25
# ## ############################## ###
26
- # ## [[variable]] in_mandatory_tags ###
26
+ # ## [[variable]] in_mandated_tags ###
27
27
# ## ############################## ###
28
28
29
- variable in_mandatory_tags {
29
+ variable in_mandated_tags {
30
30
31
31
description = " Optional tags unless your organization mandates that a set of given tags must be set."
32
32
type = map
You can’t perform that action at this time.
0 commit comments