Wondering if anyone else was experiencing the following issue when trying to terraform the auth0 prompt custom text : Terraform Registry
When trying to terraform the json block, i get an error for every instance of a place holder variable. here is a screenshot of the error message of one of these variables.
In a Terraform string, ${ ... } is interpreted as an interpolation by Terraform - if you want to send the string to Auth0, you need to escape it as detailed in https://www.terraform.io/language/expressions/strings.