Skip to content

Commit 01bf622

Browse files
chore(deps): update terraform cloudposse/iam-role/aws to v0.20.0
1 parent 07f71a5 commit 01bf622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module "aws_config_findings_label" {
116116
module "iam_role" {
117117
count = module.this.enabled && local.create_iam_role ? 1 : 0
118118
source = "cloudposse/iam-role/aws"
119-
version = "0.19.0"
119+
version = "0.20.0"
120120

121121
principals = {
122122
"Service" = ["config.amazonaws.com"]
@@ -144,7 +144,7 @@ module "iam_role" {
144144
module "iam_role_organization_aggregator" {
145145
count = local.create_organization_aggregator_iam_role ? 1 : 0
146146
source = "cloudposse/iam-role/aws"
147-
version = "0.19.0"
147+
version = "0.20.0"
148148

149149
principals = {
150150
"Service" = ["config.amazonaws.com"]

0 commit comments

Comments
 (0)