I'm using the identity_platform_oauth_idp_config teraform resource to configure some OIDC providers on the Google Identity Platform, which is working as expected.
The Identity Platform also supports Email/Password and Phone as configurable providers, but I'm not able to find the respective terraform resources nor any documentation regarding these features.
Is it possible to enable the Email/Password provider via Terraform?
This would be how to enable it manually, but this is of course not an option.
Edit: I've created a ticket on the terraform-provider-google issue tracker