terraform-aws-iam-identity-center
terraform-aws-iam-identity-center copied to clipboard
sso_groups = { test : { group_name = "test" group_description = "test group" } test-leads : { group_name = "test-leads" group_description = "test group" } test-limited : { group_name =...
I tested the SSO Module in a test AWS Orgnization which had 2 AWS Accounts with the same name, both were called Development, yet seperate accounts. As AWS does not...
Hello, I'm willing to import my existing account assignment resources by using import block as defined in https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_account_assignment#import . When I check the resources section in the module I see...
- The input variable `existing_sso_users`, while present, was previsously unused. This includes it into a new merged collection that then updates managed as well as unmanaged user memberships.
Fixing pipeline issues from initial PR
There's two areas where I feel like the examples are a bit lacking: 1. There's no examples (in either the README, or in any of the individual example directories) of...
_This is an automated PR incorporating changes from this project's upstream project type. Please review and either approve/merge or reject as appropriate_
Make customer-managed policies configurable using a custom path instead of the current hard-coded "/" value. Retains the current behavior, so these entries can either be a set of strings or...
I'm not installing this module into the management account, because I don't have access to that account, so when I try applying the module, the output of `data.aws_organizations_organization.organization.accounts` is null...
_This is an automated PR incorporating changes from this project's upstream project type. Please review and either approve/merge or reject as appropriate_