-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for customer encryption keys (#34)
* Updated Requirements to match Compatibility section * Added encryption block The encryption block is dynamic to avoid adding an empty block. An empty encryption block results in terraform expecting changes every apply. Separate keys can be used for each bucket similar to versioning and force_destroy. * Reworded disclaimer for unreachable lookup default Co-Authored-By: Morgante Pell <morgante.pell@morgante.net> * Reworded encryption variable to be more descriptive encryption => encryption_key_names Co-authored-by: Morgante Pell <morgante.pell@morgante.net>
- Loading branch information
1 parent
36709d3
commit 32eff9b
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters