Skip to content

Commit 7f87adc

Browse files
authored
IAM upgrades: SSO Permission Sets as Teams, SourceIdentity support, region independence (cloudposse/terraform-aws-components#738)
1 parent eaa65d6 commit 7f87adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ provider "aws" {
88
# module.iam_roles.terraform_role_arn may be null, in which case do not assume a role.
99
for_each = compact([module.iam_roles.terraform_role_arn])
1010
content {
11-
role_arn = module.iam_roles.terraform_role_arn
11+
role_arn = assume_role.value
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)