diff --git a/title26/README.md b/title26/README.md index 5fb48d4..4598954 100644 --- a/title26/README.md +++ b/title26/README.md @@ -103,7 +103,7 @@ optionally requires explicit encryption (`require_explicit_encryption` flag, def and address restrictions (lists `allowed_cidr` and `allowed_endpoints`). # Options -## Options :: bucket\_key\_eanbled +## Options :: bucket\_key\_enabled This will set the bucket to use a `bucket_key` (see [docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html)). It is now enabled by default. However, it cannot be changed through the module. If you need to turn it on for an existing bucket (with or without objects), you will need to set it through the console or API. Likewise, disabling it once set will have to happen through the console or API, diff --git a/title26/main.tf b/title26/main.tf index f7c2840..034a1f5 100644 --- a/title26/main.tf +++ b/title26/main.tf @@ -104,7 +104,7 @@ * and address restrictions (lists `allowed_cidr` and `allowed_endpoints`). * * # Options -* ## Options :: bucket_key_eanbled +* ## Options :: bucket_key_enabled * This will set the bucket to use a `bucket_key` (see [docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html)). It is * now enabled by default. However, it cannot be changed through the module. If you need to turn it on for an existing bucket (with or without * objects), you will need to set it through the console or API. Likewise, disabling it once set will have to happen through the console or API,