Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do we have option to pass organisationUnit as target input configurtion in access_rules #13

Open
harshabaddam opened this issue Aug 14, 2023 · 0 comments

Comments

@harshabaddam
Copy link

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"]
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant