Skip to content

Commit

Permalink
backport of commit cf63e7d (#16358)
Browse files Browse the repository at this point in the history
Co-authored-by: Rodolfo Castelo Méndez <[email protected]>
Co-authored-by: Loann Le <[email protected]>
  • Loading branch information
3 people authored Jul 20, 2022
1 parent 1b44ad6 commit 22b0937
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ environment variables or files on disk in predefined locations.

- `aws_s3_enable_kms` `(boolean)` - Use KMS to encrypt bucket contents.

- `aws_s3_server_side_encryption` `(boolean)` - Use AES256 to encrypt bucket contents.
- `aws_s3_server_side_encryption` `(boolean)` - Use AES256 to encrypt bucket contents. Cannot use with `aws_s3_enable_kms` parameter.

- `aws_s3_kms_key` `(string)` - Use named KMS key, when `aws_s3_enable_kms=true`

Expand Down

0 comments on commit 22b0937

Please sign in to comment.