published on Monday, Aug 3, 2026 by incident-io
Incident Provider
published on Monday, Aug 3, 2026 by incident-io
Generate Provider
The Incident provider must be installed as a Local Package by following the instructions for Any Terraform Provider:
pulumi package add terraform-provider incident-io/incident
Overview
This project is the official Pulumi provider for incident.io.
With this provider you manage configuration such as incident severities, roles, custom fields and more inside of your incident.io account.
To view the full documentation of this provider, we recommend reading the documentation on the Pulumi Registry.
Supported Pulumi versions
From v6.0.0 this provider supports Pulumi 1.14 and above, and is tested against the Pulumi versions HashiCorp still patch. It is also tested directly against OpenTofu. Older Pulumi releases are no longer tested, and while the provider may continue to work with them we won’t be fixing issues that only reproduce there. Pin to v5.x if you need to stay on an older CLI.
Example Usage
# Pulumi.yaml provider configuration file
name: configuration-example
runtime:
config:
incident:apiKey:
value: <api-key>
Configuration Reference
apiKey(String, Sensitive) API key for incident.io (https://app.incident.io/settings/api-keys). Sourced from theINCIDENT_API_KEYenvironment variable, if set.endpoint(String) URL of the incident.io API
published on Monday, Aug 3, 2026 by incident-io