Skip to content

0.3.1

Latest

Choose a tag to compare

@jchrisfarris jchrisfarris released this 20 Jun 14:03
Immutable release. Only release title and notes can be modified.
fa33f25

New Features

None yet.

Bug Fixes

  • IAM Identity Center (SSO) resources now honor sso_instance_region. Previously only the
    aws_ssoadmin_instances data 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 sets region = 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.0 branch).