Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 890 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 890 Bytes

🏗️ 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.