Immutable
release. Only release title and notes can be modified.
New Features
None yet.
Bug Fixes
- IAM Identity Center (SSO) resources now honor
sso_instance_region. Previously only the
aws_ssoadmin_instancesdata source was region-aware; the permission set, admin group,
managed-policy attachment, and account assignments (payer and per-account) were created in the
default provider region. Deploying with Identity Center enabled in a non-default region therefore
targeted the wrong region. Each SSO resource now setsregion = var.sso_instance_region— the
provider-v6 per-resource equivalent of the provider-alias approach in
PR #30 (which was merged only against the
0.2.0branch).