Squadcast Docs
Terraform
Visit Terraform on GitHub
Set theme to dark (⇧+D)

Squadcast Terraform

Configure Squadcast using HashiCorp’s “Infrastructure as Code” tool, Terraform. With Squadcast’s Terraform provider, you can manage your Squadcast account using the same familiar tools you use to automate the rest of your infrastructure. Define and store configuration in source code repositories like GitHub, track and version changes over time, and roll back when needed — all without needing to use the Squadcast APIs.

Report Terraform configuration issues via GitHub.

Squadcast Terraform Registry link https://registry.terraform.io/providers/SquadcastHub/squadcast/latest/docs

Squadcast Terraform Provider Repo
https://github.com/SquadcastHub/terraform-provider-squadcast

Generate Terraform files using Terraformer

Terraformer is a CLI tool to generate terraform files (tf/json and tfstate) from existing infrastructure (reverse Terraform). Infrastructure to Code.

If you are already using Squadcast via API or the Web UI and would like to generate the Terraform files for your existing Squadcast configuration, you can use our Squadcast implementation of Terraformer to do the same.

We have added Squadcast provider support to the Terraformer project but our PR is not merged yet. Till it’s merged, we request you to use Squadcast Terraformer and the related binaries to generate Terraform files.

For more details about using Terraformer, check here.