I’ve been able to successfully auto generate my current configuration at my tenant, and I’ve been able to import it into terraform and now I’m keeping state. Nonetheless, when I try to modify a resource, I get this error message:
Error: 403 Forbidden: The account is not allowed to perform this operation, please contact our support team.
The application/M2M I’m using has ALL scopes enabled.
Do you see a require_pushed_authorization_requests in your auth0_client resource? If so, I believe if you omit that (it’s related to a feature flag) this error should be resolved.
Hey @tyf : yup, I became aware of that attribute being the culprit and removed it a couple of hours ago. Do you know where we can find documentation explaining these sort of scenarios?
++ I filed a bug a couple of hours ago explaining the expectation around an optional attribute (of having it set in the resource block with a false value and omitting it having the exact same result)