Add user_custom_schema_attributes resource#183
Conversation
user_custom_schema_attributes resource
|
@anton-yurchenko - Hi ! Thank you for taking the time to create this PR. Please feel to reach out if you have any issues. Thanks ! |
|
Hey @tejavar, I'll leave that PR intact in case you decide to address this issue. Thanks! |
|
Exactly what has already been said. There are very legitimate cases where only the schema attributes need to be managed and it is impossible to do an import. Thanks @anton-yurchenko. We need to inject SAML attributes for SSO. But our users cannot be managed or imported by Terraform. |
Hello,
This PR introduces a way to manage Custom Schema Attributes of already existing users. This is helpful when users are not managed through Terraform.
Example:
There is one caveat, however:
Terraform does not provide a way to
diffagainst API itself, this might lead to deletion of Attributes that were not created with this resource.