Skip to content

Commit 21862e7

Browse files
chore(deps): update terraform cloudposse/iam-role/aws to v0.22.0
1 parent d3a1e1a commit 21862e7

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
@@ -49,7 +49,7 @@ module "role" {
4949
for_each = local.functions
5050

5151
source = "cloudposse/iam-role/aws"
52-
version = "0.19.0"
52+
version = "0.22.0"
5353

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

0 commit comments

Comments
 (0)