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 07f71a5 commit 01bf622Copy full SHA for 01bf622
main.tf
@@ -116,7 +116,7 @@ module "aws_config_findings_label" {
116
module "iam_role" {
117
count = module.this.enabled && local.create_iam_role ? 1 : 0
118
source = "cloudposse/iam-role/aws"
119
- version = "0.19.0"
+ version = "0.20.0"
120
121
principals = {
122
"Service" = ["config.amazonaws.com"]
@@ -144,7 +144,7 @@ module "iam_role" {
144
module "iam_role_organization_aggregator" {
145
count = local.create_organization_aggregator_iam_role ? 1 : 0
146
147
148
149
150
0 commit comments