Skip to content

Commit

Permalink
- common
Browse files Browse the repository at this point in the history
  - make bucket_key_enabled=true (default)
  • Loading branch information
badra001 committed Mar 14, 2023
1 parent f8ac124 commit ae438ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,7 @@ This works with the Terraform AWS provider 4.x, released 2022-02.
* 3.3.7 -- 2023-01-13
- common
- add variable override_prefixes (advanced usage only)

* 3.3.8 -- 2023-03-14
- common
- make bucket_key_enabled=true (default)
2 changes: 1 addition & 1 deletion common/variables.s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ variable "bucket_owner" {
variable "bucket_key_enabled" {
description = "Enable or disable the use of S3 Bucket Keys (see AWS documenation at https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html)."
type = bool
default = false
default = true
}

variable "name_include_region" {
Expand Down
2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "3.3.7"
_module_version = "3.3.8"
}

0 comments on commit ae438ca

Please sign in to comment.