From 989e4675fefa0a2d00181d51cf95bd56a3f3979c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:56:07 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/iam-policy/aws to v0.5.0 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 10a47f4..188ea8f 100644 --- a/src/main.tf +++ b/src/main.tf @@ -28,7 +28,7 @@ data "template_file" "bucket_policy" { module "bucket_policy" { source = "cloudposse/iam-policy/aws" - version = "0.4.0" + version = "0.5.0" iam_policy_statements = var.iam_policy_statements