• Get started
  • Documentation

End of sales and support for Opsgenie

Atlassian will discontinue new sales of Opsgenie on June 4, 2025 and end support for Opsgenie on April 5, 2027. Read the full announcement and learn about next-generation incident response options via Jira Service Management and Compass.

Opsgenie Terraform Provider

Opsgenie Terraform provider lets you interact with many resources supported by Opsgenie, such as users, teams, escalations, etc. You can easily manage your Opsgenie resources by codifying APIs into declarative configuration files to code, edit, review or version your configurations.

Setup

Opsgenie Terrraform Provider release is available here: https://github.com/opsgenie/terraform-provider-opsgenie

You can refer this page to learn more about setup and configuration details:
https://www.terraform.io/docs/providers/opsgenie/index.html

Capabilities

Opsgenie Terraform provider creates and manages the following resources with Terraform.

  • Users (without User Contact API),

  • Teams (with or without members),

  • API and Email Based Integrations

  • Escalations

  • Schedules

  • Schedule Rotations

Provider Configuration

Opsgenie Terraform Provider configuration requires an API key and an API URL. The API key can be obtained from Settings > API Key Management in Opsgenie.

JSON

terraform { required_providers { opsgenie = { source = "opsgenie/opsgenie" version = "0.6.8" } } } provider "opsgenie" { # Configuration options }

If you are on EU instance, make sure that the api_url is given as api.eu.opsgenie.com.

Still need help?

The Atlassian Community is here for you.