This release is a pre-release and may not be stable for production use.
Pulumi provider for incident.io
Manage incident.io configuration as code from a Pulumi program, in TypeScript, Python or Go.
Generated from terraform-provider-incident, so anything you can manage with Terraform you can manage here.
Install
npm install @incident-io/pulumi
pip install pulumi-incident
go get github.com/incident-io/pulumi-incident/sdk/go/incident
Configure
Create an API key in Settings → API keys, then either:
pulumi config set --secret incident:apiKey inc_...
# or
export INCIDENT_API_KEY=inc_...
On a dedicated or self-hosted deployment, also set incident:endpoint.
Example
import * as incident from "@incident-io/pulumi";
const trivial = new incident.Severity("trivial", {
name: "Trivial",
description: "Issues causing no impact.",
rank: 1,
});
Per-resource reference and examples in all three languages are on the Pulumi Registry page.
What you can manage
Escalation paths, schedules and schedule sync rules. Alert sources, routes and attributes. Catalog types, attributes and entries. Severities, statuses, incident roles, custom fields. Workflows, maintenance windows, policies, secrets and API keys.
Resources with Beta in the name track features still changing in the product, and their inputs may change in a minor release.
Import existing configuration
Every resource supports pulumi import:
pulumi import incident:index/severity:Severity trivial 01ABCDEF...
Importing claims the resource as managed by code, which stops it being edited in the dashboard. That claim is a write to your account, so set markImportedResourcesAsManaged to false if you would rather imports left it untouched.
Moving from the Terraform bridge
If you use pulumi package add terraform-provider incident-io/incident today, this package replaces it. Resource names and properties are the same, so your program does not change. Remove the packages entry from Pulumi.yaml, delete the generated SDK, and install the published package.
Help
- Registry docs for per-resource reference
- API docs for what the underlying API supports
- Issues here for packaging problems, or terraform-provider-incident for resource behaviour, since that is where resources are implemented
CONTRIBUTING.md covers building and regenerating the SDKs.
MIT licensed. See LICENSE.
Release files for pulumi-incident 0.1.0a1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumi_incident-0.1.0a1.tar.gz | 429.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_incident-0.1.0a1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 933.3 kB
Release files / pulumi_incident-0.1.0a1.tar.gz
| Download URL | pulumi_incident-0.1.0a1.tar.gz |
|---|---|
| Size | 429.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c8a3a9d3fc79d720067449c516299b731420e14d0a42c1055e4bfbba688db86
|
|
BLAKE2b-256 checksum How to use checksums |
0a04995c60a19cd5db7385bc00edbf84d75cee62e57cab3e2d0d22dc7cdcf1f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.11
|
Release files / pulumi_incident-0.1.0a1-py3-none-any.whl
| Download URL | pulumi_incident-0.1.0a1-py3-none-any.whl |
|---|---|
| Size | 504.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a79a82f52af0dd90eab675c58c9d745d1699ae0c7536eba389590b7d83e96631
|
|
BLAKE2b-256 checksum How to use checksums |
803d0dd4a8a7d804133facc9e5fb677606a8908de030dbfdd10d946ee20311bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.11
|