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

Error: The user exists in multiple origins. Specify an origin for the requested user from: 'sap.ids' --> when using cloudfoundry_org_users #558

Open
Kartheeko07 opened this issue Mar 19, 2024 · 5 comments

Comments

@Kartheeko07
Copy link

When using the terraform provider for cloudfoundry and trying to following resource, i am not able to pass the origin

resource "cloudfoundry_org_users" "ou1" {
org = "organization-id"
managers = ["user-guid", "username"]
billing_managers = ["user-guid", "username"]
auditors = ["user-guid", "username"]
}

Since i am not able to pass the origin and i have mutliple origins from IAS tenant the users additions is failing

@linda-sap
Copy link

@Kartheeko07 this is a feature, which is required in the CF provider by several people in #535

@Kartheeko07
Copy link
Author

Kartheeko07 commented Mar 19, 2024

Hi @linda-sap ,
Is there any update on when this can be available ?

@Mohit-21
Copy link

Mohit-21 commented May 7, 2024

+1
Facing the same issue.
Not able to specify the origin.

Example error:
cloudfoundry_org_users.ou1: Creating...

│ Error: The user exists in multiple origins. Specify an origin for the requested user from: 'sap.ids', 'sap.default'

│ with cloudfoundry_org_users.ou1,
│ on main.tf line 1, in resource "cloudfoundry_org_users" "ou1":
│ 1: resource "cloudfoundry_org_users" "ou1" {

@ignipae
Copy link

ignipae commented Jun 28, 2024

+1

1 similar comment
@linkingli
Copy link

+1

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

5 participants