You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
auth0_client_grant.foo_api_grant: Modifying... [id=redacted]
2020/03/12 11:17:00 [DEBUG] auth0_client_grant.foo_api_grant: applying the planned Update change
2020/03/12 11:17:01 [WARN] Provider "registry.terraform.io/-/auth0" produced an unexpected new value for auth0_client_grant.foo_api_grant, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .audience: was cty.StringVal("http://bar/"), but now cty.StringVal("http://foo/")
auth0_client_grant.foo_api_grant: Modifications complete after 0s [id=redacted]
Expected Behavior
Terraform destroys the grant and creates a new one with the correct audience.
This issue is stale because it has been open 30 days with no activity.
Stale issues will be closed after 5 days if no action is taken. If you
think this issue should not be closed, remove the stale label.
Hi @adamu, thank you for submitting this issue. My apologies for the delay in looking into it. I will be addressing this issue soon. Be on the lookout for a new release 🤞 .
@adamu commented on Mar 12, 2020, 2:23 AM UTC:
Community Note
Terraform Version
v0.12.23
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Terraform destroys the grant and creates a new one with the correct audience.
Actual Behavior
Tries to update in place, although the Auth0 API does not support this.
Steps to Reproduce
audience
terraform apply
Important Factoids
The Auth0 Management API does not support editing the audience field, so it's necessary to re-create the resource.
Here is the output from trying to change the
audience
via the API manually:This issue was moved by alexkappa from terraform-providers/terraform-provider-auth0#7.
The text was updated successfully, but these errors were encountered: