v0.3.0
BREAKING CHANGE
In AWS provider 3.x the region
argument was converted to a read-only value. We removed support for region
which is a breaking change if you used it before to create buckets in regions outside of the region of the configured AWS provider.
Changed
- Add support for 3.x terraform AWS provider
Removed
- Remove deprecated
region
argument (BREAKING CHANGE)