triton_machine

    0

    0

    lucycodes42

    Terraform snippets

    This code defines a resource called "triton_machine" and sets its name, description, and package to "g3-standard-0.25-smartos". The image field specifies the image to use for the machine.

    Shortcut: tf_triton_machine

    resource "triton_machine" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       package = "g3-standard-0.25-smartos"
       image = "842e6fa6-6e9b-11e5-8402-1b490459e334"
    }
    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.