Hey folks, I’m new to Auth0 and this community, so apologies if this is in the wrong spot.
I’m trying to set up an Auth0 application via Terraform, and would like to manage the “Refresh Token Behavior”. Specifically, I’d like to set it to rotating since our application is a SPA. However, it doesn’t look like the Terraform provider allows this: Terraform Registry
Am I missing something in the terraform docs, or is this not possible right now?
Thanks for the help! I love the integration with Terraform.
Which failed with: “An argument named “rotation_type” is not expected here.”
I tried the second one because in the Terraform specification it looks like you can specify the token lifetime via the lifetime_in_seconds key in the jwt_configuration block. But doesn’t look like you can put the rotation_type in there too