Open krimac opened 2 years ago
i was able to apply cleanly, darn. Trying something else now.
3a02823 pushed, same deal
mv oci.tfvars custom.tfvars
git pull
mv custom.tfvars oci.tfvars
hi, i was able to deploy completely but in order to do so i substituted my email adress in the oci-iam.tf file as I was still getting the same error as before.
resource "oci_identity_user" "nc-bucket-user" { compartment_id = data.oci_identity_compartment.nc-root-compartment.id description = "OCI bucket user" name = "${var.nc_prefix}-bucket-user" email = "**xyz@gmail.com**"
i purged the deployment as i had trouble with the duckdns setup and can not redeploy now as i hit the vault limit and it takes some days to delete the entries, will get back to it once oci lets me deploy again
br
While deploying i am getting following error, probably related to #13
oci_identity_user.nc-bucket-user: Creating... oci_objectstorage_bucket.nc-bucket-data: Creating... oci_objectstorage_bucket.nc-bucket: Creating... oci_objectstorage_bucket.nc-bucket-data: Creation complete after 0s [id=n/frhe6y3cxplt/b/nextcloud-bucket-data] oci_objectstorage_bucket.nc-bucket: Creation complete after 0s [id=n/frhe6y3cxplt/b/nextcloud-bucket]
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":"\"nextcloud-bucket-user@ocid1.tenancy.*REDACTED*****.internal\" is an invalid format for an email address . The format must be compliant with RFC 5322.","status":"400","urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error":{"messageId":"error.common.validation.invalidEmailFormat"}}