zenform is a CLI tool to provision Zendesk instance. It converts your configuration files to HCL so that you can set up your Zendesk instance with terraform-provider-zendesk.
$ ls
ticket_fields.csv ticket_forms.csv triggers.csv
$ zenform conv > resources.tf
# Terraform with terraform-provider-zendesk
$ terraform init
$ terraform plan
$ terraform apply
(C) 2018 - CRE team, XFLAG Studio, mixi inc.
This software is released under the MIT License. See LICENSE for details.