Skip to content

v2.1.0

Compare
Choose a tag to compare
@miguelhar miguelhar released this 25 May 15:25
eecb6c1

⚠️ KMS is enabled by default. If you used a version of this module earlier than v2.0.0 and did not specify the kms.enabled property you will need to add the following to your configuration in order to upgrade to this version. Otherwise it will enable KMS and result in recreation of resources and data loss.

 kms = {
    enabled = false
  }

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0