Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@svenwltr svenwltr released this 23 May 12:31
2302eba

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 Bugs

New Resources

Other