Skip to content

Commit a3d4c24

Browse files
chore(deps): update terraform cloudposse/iam-role/aws to v0.21.0
1 parent c95097f commit a3d4c24

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.19.0"
51+
version = "0.21.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)