diff --git a/aws-s3-private-bucket/README.md b/aws-s3-private-bucket/README.md index ecf484c0..6dc13c06 100644 --- a/aws-s3-private-bucket/README.md +++ b/aws-s3-private-bucket/README.md @@ -73,6 +73,8 @@ No modules. | [public\_access\_block](#input\_public\_access\_block) | n/a | `bool` | `true` | no | | [service](#input\_service) | n/a | `string` | n/a | yes | | [transfer\_acceleration](#input\_transfer\_acceleration) | n/a | `bool` | `false` | no | +| [kms\_encryption](#kms\_encryption) | Use KMS encryption instead of the default (SSE) | `bool` | `false` | no | +| [kms\_encryption](#kms\_key\_type) | KMS encryption key type, if `kms_encryption`` is set to true| `string` | `SYMMETRIC_DEFAULT` | no | ## Outputs