diff --git a/kms_key/README.md b/kms_key/README.md
index e1271ad..d125975 100644
--- a/kms_key/README.md
+++ b/kms_key/README.md
@@ -85,7 +85,9 @@ No modules.
| [kms\_key\_arn](#input\_kms\_key\_arn) | AWS KMS Key ARN, a key created external to this module call. | `string` | `null` | no |
| [kms\_key\_id](#input\_kms\_key\_id) | AWS KMS Key ID (one per bucket). This is currently ignored (and deprecated). | `string` | `null` | no |
| [kms\_policy\_document](#input\_kms\_policy\_document) | AWS KMS Key Policy Document JSON, merged with admin policy document | `string` | `""` | no |
+| [multi\_region](#input\_multi\_region) | Flag to enable or disable the use of a multi-region KMS key (default=false) | `bool` | `false` | no |
| [tags](#input\_tags) | AWS Tags to apply to appropriate resources (S3, KMS). Do not include safeguard tags here, use the data\_safeguard field for such things. | `map(string)` | `{}` | no |
+| [use\_kms\_encryption](#input\_use\_kms\_encryption) | Enable AWS:KMS encryption (default). If false, enables SSE-S3 (AES256), needed for some AWS services access | `bool` | `true` | no |
## Outputs
diff --git a/kms_key/main.tf b/kms_key/main.tf
index 327fc56..beed3d0 100644
--- a/kms_key/main.tf
+++ b/kms_key/main.tf
@@ -53,7 +53,3 @@ locals {
name = var.key_name
enable_title26 = var.enable_title26 ? true : false
}
-
-
-
-