Skip to content

v2.0.0

Compare
Choose a tag to compare
@davidkelliott davidkelliott released this 22 Sep 12:17
· 1209 commits to main since this release
9f5f69e

What's Changed

  • Use the default provider by @davidkelliott in #9
  • Encryption added to the Athena database

How to upgrade to v2.0.0

Add in the following block when calling the module (see readme for full example):

  providers = {
    # Here we use the default provider for the S3 bucket module, buck replication is disabled but we still
    # Need to pass the provider to the S3 bucket module
    aws.bucket-replication = aws
  }

Full Changelog: v1.0.0...v2.0.0