Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 14, 2023
1 parent c5ceb50 commit 7b8b958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion title26/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion title26/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7b8b958

Please sign in to comment.