/zenform

:building_construction: Provisioning tool for Zendesk

Primary LanguageGoMIT LicenseMIT

🏗️ zenform

License: MIT CircleCI

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.

Usage

$ ls
ticket_fields.csv  ticket_forms.csv  triggers.csv

$ zenform conv > resources.tf

# Terraform with terraform-provider-zendesk
$ terraform init
$ terraform plan
$ terraform apply

License

(C) 2018 - CRE team, XFLAG Studio, mixi inc.

This software is released under the MIT License. See LICENSE for details.