diff --git a/infrastructure/eks-roles/README.md b/infrastructure/eks-roles/README.md
index 4939306..a373e4f 100644
--- a/infrastructure/eks-roles/README.md
+++ b/infrastructure/eks-roles/README.md
@@ -100,7 +100,7 @@ module "eks_iam_roles" {
| Name | Source | Version |
|------|--------|---------|
| [eks\_iam\_role](#module\_eks\_iam\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts | ~> 6.0 |
-| [eks\_log\_bucket](#module\_eks\_log\_bucket) | terraform-aws-modules/s3-bucket/aws | ~>4.2.0 |
+| [eks\_log\_bucket](#module\_eks\_log\_bucket) | terraform-aws-modules/s3-bucket/aws | ~> 5.12.0 |
## Resources
diff --git a/infrastructure/eks-roles/logger.tf b/infrastructure/eks-roles/logger.tf
index 6bfe9eb..4c522f0 100644
--- a/infrastructure/eks-roles/logger.tf
+++ b/infrastructure/eks-roles/logger.tf
@@ -1,7 +1,7 @@
module "eks_log_bucket" {
count = var.enable_eks_log_bucket ? 1 : 0
source = "terraform-aws-modules/s3-bucket/aws"
- version = "~>4.2.0"
+ version = "~> 5.12.0"
bucket = local.eks_log_bucket
acl = "private"