Skip to content

2.0.0

Compare
Choose a tag to compare
@bebold-jhr bebold-jhr released this 05 Apr 09:45
· 23 commits to main since this release
7abd40c

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 and exclude both await an object now instead of a map.
  • Input parameter group_by has been renamed to group_by_tag.