### Configure incident.io Provider Source: https://registry.terraform.io/providers/incident-io/incident/latest/docs/index This snippet shows how to configure the incident.io Terraform provider. It requires an API key, which can be provided directly or sourced from the 'INCIDENT_API_KEY' environment variable. An optional endpoint can also be specified. ```Terraform provider "incident" { api_key = "" # https://app.incident.io/settings/api-keys } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.