Skip to content

Commit

Permalink
chore(account_cloudtrail): Bump terraform-aws-modules/s3-bucket to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vrandr committed Sep 12, 2024
1 parent b275e8b commit 17d73a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/account_cloudtrail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For examples please look in the `tests` directory.
| Name | Source | Version |
|------|--------|---------|
| <a name="module_kms"></a> [kms](#module\_kms) | terraform-aws-modules/kms/aws | 3.1.0 |
| <a name="module_s3-bucket"></a> [s3-bucket](#module\_s3-bucket) | terraform-aws-modules/s3-bucket/aws | 3.6.0 |
| <a name="module_s3-bucket"></a> [s3-bucket](#module\_s3-bucket) | terraform-aws-modules/s3-bucket/aws | 4.1.2 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion modules/account_cloudtrail/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {

module "s3-bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "3.6.0"
version = "4.1.2"

bucket = var.s3_bucket_name
bucket_prefix = var.s3_bucket_name == null ? "cloudtrail-${local.account_id}-" : null
Expand Down

0 comments on commit 17d73a0

Please sign in to comment.