diff --git a/src/main.tf b/src/main.tf index dfc9726..ae5c083 100644 --- a/src/main.tf +++ b/src/main.tf @@ -159,7 +159,7 @@ data "aws_partition" "current" { module "archive_bucket" { source = "cloudposse/s3-bucket/aws" - version = "3.1.2" + version = "4.10.0" count = local.enabled ? 1 : 0 @@ -218,7 +218,7 @@ module "archive_bucket" { module "cloudtrail_s3_bucket" { source = "cloudposse/s3-bucket/aws" - version = "3.1.2" + version = "4.10.0" depends_on = [data.aws_iam_policy_document.default]