• 使用を開始する
  • 関連ドキュメント

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 プロバイダー

Opsgenie Terraform プロバイダーを使用すると、ユーザー、チーム、エスカレーションなど、Opsgenie でサポートされている多くのリソースにアクセスできます。Opsgenie リソースは、API を宣言型の設定ファイルに成文化して、設定のコード化、編集、レビュー、バージョン管理を行うことで、簡単に管理できます。

セットアップ

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

機能

Opsgenie Terraformプロバイダーは、Terraformで以下のリソースを作成し、管理します。

  • ユーザー (ユーザー連絡先 API なし)

  • チーム (メンバーの有無にかかわらず)

  • API とメールベースのインテグレーション

  • エスカレーション

  • スケジュール

  • スケジュール ローテーション

プロバイダーの設定

Opsgenie Terraform プロバイダーの設定には、API キーと API URL が必要です。API キーは Opsgenie の [設定] > [API キー管理] から取得できます。

JSON

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

EU インスタンスを使用している場合は、api_urlapi.eu.opsgenie.com と指定されていることを確認してください。

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。