Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/iam-role/aws to v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 7086ccd commit 1698596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "aws_cloudwatch_event_target" "target" {
module "iam_role" {
count = local.create_iam_role ? 1 : 0
source = "cloudposse/iam-role/aws"
version = "0.16.2"
version = "0.20.0"

principals = {
"Service" = ["events.amazonaws.com"]
Expand Down

0 comments on commit 1698596

Please sign in to comment.