Passkey Terraform Config

Hi @oleksii.dmytrenko , welcome to Auth0!

I looked at our docs on terraform and don’t see any reference about enabling passkey in a connection.

But I can see that this can be done programatically via the management API by setting

"authentication_methods": {
      "password": {
        "enabled": true
      },
      "passkey": {
        "enabled": true
      }

in the PATCH request.

In terraform, can you maybe try adding to the options object “passkey=true” and let us know?

If that will fail, I will also ask the relevant engineering team on our side.

And a heads up (general note about passkey and auth) - Passkeys for Auth0 Database Connections