2.0.0
Breaking changes
- The output format of
output.search_result
has been changed to:
map(list(object({
arn = string
email = string
id = string
name = string
status = string
tags = map(string)
})))
- Input parameter
include
andexclude
both await anobject
now instead of amap
. - Input parameter
group_by
has been renamed togroup_by_tag
.