File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Please consult the `examples` directory for reference example configurations. If
15
15
16
16
### Modified
17
17
18
- - Variable definitions now contain detailed ` object ` types in place of the previously used any type.
18
+ - Variable definitions now contain detailed ` object ` types in place of the previously used ` any ` type.
19
19
- Security group rules now use a default naming scheme of ` <security-group-name>-<map-key> ` unless a more specific rule name is provided.
20
20
- ` rule.actions.type ` has been replaced with ` rule.actions.<type> ` . See before/after below for more details.
21
21
- ` query_string ` supports a list of key: value pairs; type definition updated to support this (i.e. was ` map(string) ` and is now ` list(map(string)) ` )
You can’t perform that action at this time.
0 commit comments