triton_key

    0

    0

    lucycodes42

    Terraform snippets

    The code defines a resource named "triton_key" and sets its name to "my-${myResourceName}" and its description to "my-description-${myResourceName}" The resource's key is set to the value of the file("keys/id_rsa") variable.

    Shortcut: tf_triton_key

    resource "triton_key" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       key = "\${file("keys/id_rsa")}"
    }
    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.