File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resource aws_security_group new {
20
20
vpc_id = var. in_vpc_id
21
21
name = " security-group-${ var . in_ecosystem_name } -${ var . in_tag_timestamp } -n"
22
22
description = " This new security group ${ var . in_tag_description } "
23
- tags = merge ( local. security_group_tags , var. in_mandatory_tags )
23
+ tags = merge ( local. security_group_tags , var. in_mandated_tags )
24
24
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ variable in_egress_cidr_blocks {
62
62
63
63
64
64
# ## ############################## ###
65
- # ## [[variable]] in_mandatory_tags ###
65
+ # ## [[variable]] in_mandated_tags ###
66
66
# ## ############################## ###
67
67
68
- variable in_mandatory_tags {
68
+ variable in_mandated_tags {
69
69
70
70
description = " Optional tags unless your organization mandates that a set of given tags must be set."
71
71
type = map
You can’t perform that action at this time.
0 commit comments