💻 Tech
If you’re trying to generate your tf files to specifically look for the self-service profile configuration, you won’t find it there. It seems the current version of the auth0 provider for terraform doesn’t include that configuration as of this writing. It’s not the first time that some configurations are not part of the exported tf files. For example, the background image URL of the branding configuration. To generate tf files, use auth0 tf generate -o ./dir1.
You should create a resource configuration in your tf project. Check the resource schema here: https://registry.terraform.io/providers/auth0/auth0/latest/docs/resources/self_service_profile
Then, import the self-service profile (sample from terraform.io):
# This resource can be imported using the id
# Example:
terraform import auth0_self_service_profile.id "ssp_32oi5unksja93124"