pagerduty_service_integration

    0

    0

    lucycodes42

    Terraform snippets

    This code configures a pagerduty service integration. The name setting is the name of the integration and the description setting is the description of the integration. The type setting is set to generic_events_api_inbound_integration . The service setting points to the pagerduty service's id and the vendor setting points to the data.pagerduty_vendor.datadog.id .

    Shortcut: tf_pagerduty_service_integration

    resource "pagerduty_service_integration" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       type    = "generic_events_api_inbound_integration"
       service = "\${pagerduty_service.example.id}"
       vendor  = "\${data.pagerduty_vendor.datadog.id}"
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.