Skip to content

🏗️ Provisioning tool for Zendesk

License

Notifications You must be signed in to change notification settings

xflagstudio/zenform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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