From d128396feba2ddf891f80a50a710782d6d13d701 Mon Sep 17 00:00:00 2001 From: kumashun8 Date: Wed, 28 Apr 2021 12:56:53 +0900 Subject: [PATCH] chore: add info about bucket_key_enabled to README --- modules/object/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/object/README.md b/modules/object/README.md index 79a72a0d..5e6043f1 100644 --- a/modules/object/README.md +++ b/modules/object/README.md @@ -45,6 +45,7 @@ No modules. | [force\_destroy](#input\_force\_destroy) | Allow the object to be deleted by removing any legal hold on any object version. Default is false. This value should be set to true only if the bucket has S3 object lock enabled. | `bool` | `false` | no | | [key](#input\_key) | The name of the object once it is in the bucket. | `string` | `""` | no | | [kms\_key\_id](#input\_kms\_key\_id) | Amazon Resource Name (ARN) of the KMS Key to use for object encryption. If the S3 Bucket has server-side encryption enabled, that value will automatically be used. If referencing the aws\_kms\_key resource, use the arn attribute. If referencing the aws\_kms\_alias data source or resource, use the target\_key\_arn attribute. Terraform will only perform drift detection if a configuration value is provided. | `string` | `null` | no | +| [bucket\_key\_enabled](#input\_bucket\_key\_enabled) | Whether or not to use Amazon S3 Bucket Keys for SSE-KMS. | `bool` | `null` | no | | [metadata](#input\_metadata) | A map of keys/values to provision metadata (will be automatically prefixed by x-amz-meta-, note that only lowercase label are currently supported by the AWS Go API). | `map(string)` | `{}` | no | | [object\_lock\_legal\_hold\_status](#input\_object\_lock\_legal\_hold\_status) | The legal hold status that you want to apply to the specified object. Valid values are ON and OFF. | `string` | `null` | no | | [object\_lock\_mode](#input\_object\_lock\_mode) | The object lock retention mode that you want to apply to this object. Valid values are GOVERNANCE and COMPLIANCE. | `string` | `null` | no |