Closed bennesp closed 1 week ago
@bennesp Hello, hope you're well.
I'm trying to understand the steps to reproduce this.
Did you mean just assign some scope from UI? If so, you might have to import the state of the client since it has been updated externally (outside of terraform)
I'd be happy to connect and understand the issue that you're facing. Thanks!
Thank you for the answer and the patience
Did you mean just assign some scope from UI?
Yes, "using auth0_client_grant" is a typo
Today I tried again to run a terraform plan
and I did not received any issue, unlike 3 weeks ago.
I will keep trying in our configurations in the next days and let you know if this issue re-appear.
Thank you
Lovely! Delighted to hear that you are no more facing the issue. I'm going to close this issue for now, but do not hesitate to create a new one if it re-appears. We'd be happy to triage and assist you!
Thanks again!
Checklist
Description
Sorting of the property
scopes
of resourceauth0_client_grant
is reporting in the plan a difference but it is very difficult to spot real differences because of the sorting. In fact, the plan tells that some scopes will be removed and the same scopes will be added in different linesExample of plan:
Expectation
I would expect scopes to be a
set
and not alist
, so that real differences would be far easier to spot and no false differences are reportedReproduction
Auth0 Terraform Provider version
1.6.1
Terraform version
1.8.0