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 while creating oci_identity_user.nc-bucket-user #13

Closed
krimac opened this issue Nov 2, 2022 · 2 comments
Closed

error while creating oci_identity_user.nc-bucket-user #13

krimac opened this issue Nov 2, 2022 · 2 comments

Comments

@krimac
Copy link

krimac commented Nov 2, 2022

hi, thanks for all your work, I'm stuck on deploying :

oci_identity_user.nc-bucket-user: Creating...

│ Error: 400-IdcsConversionError, Post request failed{"schemas":["urn:ietf:params:scim:api:messages:2.0:Error","urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"],"detail":"The primary email must be specified.","status":"400","urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error":{"messageId":"error.identity.user.primaryEmailNotSpecified"}}

@chadgeary
Copy link
Owner

That's an interesting error - it looks like the oracle (oci) provider documentation is out of date and the requirements for this resource have changed.

oracle/terraform-provider-oci#1622

I believe I can set this to an aliased email address based on the caller's (your) email address, testing it now.

@chadgeary
Copy link
Owner

commit 3db73de adds a placeholder email address, please update your repository with git pull. If you've already customized oci.tfvars then move oci.tfvars to a different file, git pull, then move it back like this:

mv oci.tfvars custom.tfvars
git pull
mv custom.tfvars oci.tfvars

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

2 participants