Skip to content

Commit

Permalink
Update Terraform cloudposse/iam-role/aws to v0.15.0 (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 27, 2022
1 parent a71cdd8 commit 6215245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lambda@edge/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module "role" {
for_each = local.functions

source = "cloudposse/iam-role/aws"
version = "0.14.1"
version = "0.15.0"

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

0 comments on commit 6215245

Please sign in to comment.