librato_service

    0

    0

    lucycodes42

    Terraform snippets

    This code defines a resource named myResourceName that has the following properties:

    name: myResourceName

    description: myResourceName

    title: Email the admins

    type: mail

    settings:

    addresses: "admin@example.

    Shortcut: tf_librato_service

    resource "librato_service" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       title = "Email the admins"
       type = "mail"
       settings = <<EOF
    {
       "addresses": "admin@example.com"
    }
    EOF
    }
    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.