From 7b8b9584e961c479c6c00e91e607f8e71d7f5674 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 14 Mar 2023 15:41:03 -0400 Subject: [PATCH] fix --- title26/README.md | 2 +- title26/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,