Skip to content

Add support to change FireHydrant settings #180

@WarrDoge

Description

@WarrDoge

Use-cases

We would like to configure automatic incident webhooks using IaC. We want to be able to set an endpoint, incident scope and HMAC secret. It is not related to Runbook webhooks.

Proposal

resource "firehydrant_settings_webhooks" "my_automatic_webhook" {
    url = "https://someurl.com"
    secret = "some_secret"
    status = "active"
    event_subscriptions = [
      "Change Events",
      "Incidents",
      "Incidents (private)"
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions