pagerduty_service

    0

    0

    lucycodes42

    Terraform snippets

    This definition sets up a resource named myResourceName with the following attributes:

    name : "my-resource-name" description : "describes the resource" auto_resolve_timeout : 14400 acknowledgement_timeout : 600 escalation_policy : "example.

    Shortcut: tf_pagerduty_service

    resource "pagerduty_service" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       auto_resolve_timeout    = 14400
       acknowledgement_timeout = 600
       escalation_policy       = "\${pagerduty_escalation_policy.example.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.