pagerduty_user

    0

    0

    lucycodes42

    Terraform snippets

    The resource "pagerduty_user" references the resource "myResourceName" with the following data:

    name = "my-resource-name"

    description = "Description of my-resource-name"

    email = "125.greenholt.earline@graham.name"

    teams = ["${pagerduty_team.example.

    Shortcut: tf_pagerduty_user

    resource "pagerduty_user" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       email = "125.greenholt.earline@graham.name"
       teams = ["${pagerduty_team.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.