# Squadcast Terraform

Configure Squadcast using HashiCorp’s “Infrastructure as Code” tool, Terraform. With [Squadcast’s Terraform provider](https://registry.terraform.io/providers/SquadcastHub/squadcast/latest/docs), 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](https://github.com/SquadcastHub/terraform-provider-squadcast/issues/new).

**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](https://github.com/GoogleCloudPlatform/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](https://github.com/SquadcastHub/terraformer) to do the same.

We have added Squadcast provider support to the Terraformer project but our [PR](https://github.com/GoogleCloudPlatform/terraformer/pull/1473) is not merged yet. Till it's merged, we request you to use [Squadcast Terraformer](https://github.com/SquadcastHub/terraformer) and the related binaries to generate Terraform files.

For more details about using Terraformer, [check here](/integration-and-extensibility/terraform/tutorial/how-to-use-terraformer.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.incidents.cloud.solarwinds.com/integration-and-extensibility/terraform/_index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
