Skip to content

Commit 027d769

Browse files
chore(deps): update terraform cloudposse/s3-bucket/aws to v4 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <[email protected]>
1 parent 00e7fe7 commit 027d769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ data "aws_partition" "current" {
159159

160160
module "archive_bucket" {
161161
source = "cloudposse/s3-bucket/aws"
162-
version = "3.1.2"
162+
version = "4.10.0"
163163

164164
count = local.enabled ? 1 : 0
165165

@@ -218,7 +218,7 @@ module "archive_bucket" {
218218

219219
module "cloudtrail_s3_bucket" {
220220
source = "cloudposse/s3-bucket/aws"
221-
version = "3.1.2"
221+
version = "4.10.0"
222222

223223
depends_on = [data.aws_iam_policy_document.default]
224224

0 commit comments

Comments
 (0)