Skip to content

Commit 9bfd61a

Browse files
committed
moved mandatory tags to rich map data type
1 parent caaf9e3 commit 9bfd61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security.group-variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ variable in_egress_cidr_blocks {
6767

6868
variable in_mandatory_tags {
6969

70-
description = "Optional tags unless your organization mandates a tag set to be placed on this resource."
71-
type = "map"
70+
description = "Optional tags unless your organization mandates that a set of given tags must be set."
71+
type = map
7272
default = { }
7373
}
7474

0 commit comments

Comments
 (0)