All Modules
AWSIdentity
IAM Identity Center
IAM Identity Center account assignments for SSO role management
Usage
module "iam_identity_center" {
source = "github.com/fencepencil/fencepencil-aws-modules//iam-identity-center"
identity_center_instance_arn = "<identity_center_instance_arn>"
assignments = { key = "value" }
tags = var.tags
}Inputs (2)
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
identity_center_instance_arn | string | ARN of the IAM Identity Center instance | — | yes |
assignments | map(object) | Map of SSO account assignments | — | yes |
Outputs (1)
| Name | Description |
|---|---|
assignment_ids | Map of assignment keys to IDs |