You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently documentation shows that it supports only passing account_id as input field for the target configuration in access rules
target = [
{
field = "accountId"
value = ["123456789012"]
},
{
field = "permissionSetArn"
value = ["arn:aws:sso:::permissionSet/ssoins-825968feece9a0b6/3hjdfkj3r28ef"]
}
]
do we have TF support for organisationUnit as shown in the CommonFate UI something like below
target = [
{
field = "organisationUnit"
value = ["o-kldsfsdfwe"]
},
{
field = "permissionSetArn"
value = ["arn:aws:sso:::permissionSet/ssoins-825968feece9a0b6/3hjdfkj3r28ef"]
}
]
The text was updated successfully, but these errors were encountered:
Currently documentation shows that it supports only passing
account_id
as input field for the target configuration in access rulesdo we have TF support for
organisationUnit
as shown in the CommonFate UI something like belowThe text was updated successfully, but these errors were encountered: