Skip to content

v2.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@svenwltr svenwltr released this 29 Mar 17:03
dce60ab

Breaking Changes

#139 Introduces a virtual global region, that is used for global services like IAM. Previously these resources got listed and removed for every region.

This means the global region must now be part of the config, if you wish to remove such resources:

regions:
- "global" # This is for all global resource types e.g. IAM
- "eu-west-1"

Enhancements

Fixed Bug

New Resources

This release adds support for removing many new resources. Big thanks to @tomvachon, who added all of them. We really appreciate this!

Other