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 07f71a5 commit 01bf622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module "aws_config_findings_label" {
module "iam_role" {
count = module.this.enabled && local.create_iam_role ? 1 : 0
source = "cloudposse/iam-role/aws"
version = "0.19.0"
version = "0.20.0"

principals = {
"Service" = ["config.amazonaws.com"]
Expand Down Expand Up @@ -144,7 +144,7 @@ module "iam_role" {
module "iam_role_organization_aggregator" {
count = local.create_organization_aggregator_iam_role ? 1 : 0
source = "cloudposse/iam-role/aws"
version = "0.19.0"
version = "0.20.0"

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

0 comments on commit 01bf622

Please sign in to comment.