Skip to content

Commit 279c8f3

Browse files
Update docs/UPGRADE-10.0.md
Co-authored-by: Anton Babenko <[email protected]>
1 parent 7aae878 commit 279c8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/UPGRADE-10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please consult the `examples` directory for reference example configurations. If
1515

1616
### Modified
1717

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.
1919
- Security group rules now use a default naming scheme of `<security-group-name>-<map-key>` unless a more specific rule name is provided.
2020
- `rule.actions.type` has been replaced with `rule.actions.<type>`. See before/after below for more details.
2121
- `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))`)

0 commit comments

Comments
 (0)