> For the complete documentation index, see [llms.txt](https://support.incidents.cloud.solarwinds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.incidents.cloud.solarwinds.com/terraform-and-api-documentation/terraform-provider.md).

# Terraform Provider

{% hint style="info" %}
Squadcast provider supports **Terraform Version 0.13+**\
\
To view our Terraform Documentation, click [<mark style="color:blue;">here</mark>](https://registry.terraform.io/providers/SquadcastHub/squadcast/latest/docs).
{% endhint %}

Our latest Terraform provider release will help you configure your Squadcast account in minutes - You can manage multiple resources like Users, Permissions, Escalation Policies, Services, Automation Rules [<mark style="color:blue;">and more</mark>](#what-you-can-do-with-this-today).

{% hint style="info" %}
**Note:**

This is under active development and we’ll keep improving the functionality of the provider as we go.
{% endhint %}

You can find us in the [<mark style="color:blue;">Terraform Registry</mark>](https://registry.terraform.io/providers/SquadcastHub/squadcast/latest) and go over to the [<mark style="color:blue;">Documentation</mark>](https://registry.terraform.io/providers/SquadcastHub/squadcast/latest/docs) section to check out how to start using this.

{% hint style="info" %}
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.

For more details about using Terraformer, [check here](https://developers.squadcast.com/terraform/tutorial/how-to-use-terraformer/).
{% endhint %}

<figure><img src="/files/6Ho0MjD5TMlNWGVlYlzQ" alt="Squadcast Documentation in Terraform Registry"><figcaption><p>Image. Squadcast documentation in Terraform Registry</p></figcaption></figure>

### What you can do with this today? <a href="#what-you-can-do-with-this-today" id="what-you-can-do-with-this-today"></a>

* Create and manage a service
* Create and manage an escalation policy
* Create a schedule
* Create a runbook
* Create a user
* Create and manage team roles and their permissions
* Create and manage members of a team
* Create and manage team meta details like name, description, etc.
* Create a squad
* Create and manage SLOs
* Create maintenance windows for services
* Create routing rules
* Create deduplication rules
* Create tagging rules
* Create suppression rules

*Have any questions?* [*Ask the community*](https://community.squadcast.com/view/home)*.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.incidents.cloud.solarwinds.com/terraform-and-api-documentation/terraform-provider.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
