We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ed42f commit 75ff1e7Copy full SHA for 75ff1e7
src/main.tf
@@ -159,7 +159,7 @@ data "aws_partition" "current" {
159
160
module "archive_bucket" {
161
source = "cloudposse/s3-bucket/aws"
162
- version = "3.1.2"
+ version = "4.9.0"
163
164
count = local.enabled ? 1 : 0
165
@@ -218,7 +218,7 @@ module "archive_bucket" {
218
219
module "cloudtrail_s3_bucket" {
220
221
222
223
depends_on = [data.aws_iam_policy_document.default]
224
0 commit comments