incident 5.4.2 published on Tuesday, Apr 22, 2025 by incident-io
Incident Provider
incident 5.4.2 published on Tuesday, Apr 22, 2025 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.
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_KEY
environment variable, if set.endpoint
(String) URL of the incident.io API
incident 5.4.2 published on Tuesday, Apr 22, 2025 by incident-io