README ¶ what is terraform Terraform is an infrastruct provisioning tool. That essentially means... if you want to get/create something. You can allow terraform to do this for you Terraform takes config files resource "twitch" "channel_point" { name = "dance for 5 seconds" cost = 4000 } terraform apply creates that channel point and remembers that it created it terraform destory it will remove that channel point Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Provider() *schema.Provider Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Provider ¶ func Provider() *schema.Provider Provider - Types ¶ This section is empty. Source Files ¶ View all Source files provider.goresource_channel_point.go Click to show internal directories. Click to hide internal directories.