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