MaterializeInc / terraform-provider-materialize

A Terraform provider for Materialize
https://registry.terraform.io/providers/MaterializeInc/materialize
Mozilla Public License 2.0
11 stars 8 forks source link

`materialize_user`: introduce a `password` attribute #643

Closed bobbyiliev closed 1 month ago

bobbyiliev commented 1 month ago

Feature request

There isn't currently a way to create a new user with a predefined password, however this is supported by the Frontegg API:

https://docs.frontegg.com/reference/userscontrollerv2_createuser

We should extend the materialize_user resource and introduce an optional password attribute.

bobbyiliev commented 1 month ago

Closing this as we've agreed not to diverge from the Frontegg API