Skip to content

Commit 6215245

Browse files
Update Terraform cloudposse/iam-role/aws to v0.15.0 (#215)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a71cdd8 commit 6215245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lambda@edge/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module "role" {
4848
for_each = local.functions
4949

5050
source = "cloudposse/iam-role/aws"
51-
version = "0.14.1"
51+
version = "0.15.0"
5252

5353
use_fullname = true
5454
policy_description = "Allow ${module.function_label[each.key].id} Lambda function to write to CloudWatch Logs"

0 commit comments

Comments
 (0)