We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95097f commit a3d4c24Copy full SHA for a3d4c24
modules/lambda@edge/main.tf
@@ -48,7 +48,7 @@ module "role" {
48
for_each = local.functions
49
50
source = "cloudposse/iam-role/aws"
51
- version = "0.19.0"
+ version = "0.21.0"
52
53
use_fullname = true
54
policy_description = "Allow ${module.function_label[each.key].id} Lambda function to write to CloudWatch Logs"
0 commit comments