Skip to content

Commit

Permalink
IAM upgrades: SSO Permission Sets as Teams, SourceIdentity support, r…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Jun 29, 2023
1 parent 616669d commit 09b073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ provider "aws" {
# module.iam_roles.terraform_role_arn may be null, in which case do not assume a role.
for_each = compact([module.iam_roles.terraform_role_arn])
content {
role_arn = module.iam_roles.terraform_role_arn
role_arn = assume_role.value
}
}
}
Expand Down

0 comments on commit 09b073e

Please sign in to comment.