zitadel / terraform-provider-zitadel

Official Terraform provider for ZITADEL
https://zitadel.com
Apache License 2.0
21 stars 13 forks source link

feat: support org and user metadata #175

Closed eliobischof closed 1 month ago

eliobischof commented 1 month ago

This feature adds the Terraform resources zitadel_org_metadata and zitadel_user_metadata. One resource instance manages exactly one metadata key-value pair in ZITADEL. This enables having some keys managed by Terraform and others outside of Terraform. If the value for the key or the user_id property changes, the old key-value pair is deleted and a new key-value pair is created.

Closes #29 Closes #132

Definition of Ready