Skip to content

Conversation

jordanconway
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Jul 30, 2025

OpenTofu plan for prod

Plan: 0 to add, 1 to change, 0 to destroy.
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~  update in-place

OpenTofu will perform the following actions:

  # datadog_webhook.lf-incident-io will be updated in-place
!~  resource "datadog_webhook" "lf-incident-io" {
!~      id             = "**************" -> (known after apply)
        name           = "lf-incident-io"
!~      payload        = jsonencode(
            {
-               alert_transition  = "$ALERT_TRANSITION"
-               deduplication_key = "****************************"
-               description       = "$EVENT_MSG"
-               metadata          = {
-                   alert_metric   = "$ALERT_METRIC"
-                   alert_priority = "$ALERT_PRIORITY"
-                   alert_query    = "$ALERT_QUERY"
-                   alert_scope    = "$ALERT_SCOPE"
-                   alert_status   = "$ALERT_STATUS"
-                   alert_title    = "$ALERT_TITLE"
-                   alert_type     = "$ALERT_TYPE"
-                   alert_url      = "$LINK"
-                   date           = "$DATE"
-                   event_type     = "$EVENT_TYPE"
-                   hostname       = "$HOSTNAME"
-                   id             = "$ID"
-                   last_updated   = "$LAST_UPDATED"
-                   logs_sample    = "$LOGS_SAMPLE"
-                   org            = {
-                       id   = "$ORG_ID"
-                       name = "$ORG_NAME"
                    }
-                   snapshot_url   = "$SNAPSHOT"
-                   tags           = "$TAGS"
                }
-               source_url        = "$LINK"
-               title             = "$EVENT_TITLE"
            }
        ) -> <<-EOT
            {
              "alert_transition": "$ALERT_TRANSITION",
              "deduplication_key": "$AGGREG_KEY-$ALERT_CYCLE_KEY",
              "title": "$EVENT_TITLE",
              "description": "$EVENT_MSG",
              "source_url": "$LINK",
              "metadata": {
                "id": "$ID",
                "alert_metric": "$ALERT_METRIC",
                "alert_query": "$ALERT_QUERY",
                "alert_scope": "$ALERT_SCOPE",
                "alert_status": "$ALERT_STATUS",
                "alert_title": "$ALERT_TITLE",
                "alert_type": "$ALERT_TYPE",
                "alert_url": "$LINK",
                "alert_priority": "$ALERT_PRIORITY",
                "date": "$DATE",
                "event_type": "$EVENT_TYPE",
                "hostname": "$HOSTNAME",
                "last_updated": "$LAST_UPDATED",
                "logs_sample": $LOGS_SAMPLE,
                "org": {
                  "id": "$ORG_ID",
                  "name": "$ORG_NAME"
                },
                "snapshot_url": "$SNAPSHOT",
                "tags": "$TAGS"
              }
            }
        EOT
#        (3 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

✅ Plan applied in Tofu Apply #11

@datadog-pytorch-fdn
Copy link

datadog-pytorch-fdn bot commented Jul 30, 2025

No data reported at this time.
This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 238fc41 | Docs | Was this helpful? Give us feedback!

Signed-off-by: Jordan Conway <[email protected]>
@jordanconway jordanconway merged commit 9983155 into main Jul 30, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants