packet_device

    0

    0

    lucycodes42

    Terraform snippets

    The code creates a resource called "packet_device" with the following properties:

    name: "my-${myResourceName}"

    description: "my-description-${myResourceName}"

    hostname: "tf.coreos2"

    plan: "baremetal_1"

    facility: "ewr1"

    operating_system: "coreos_stable"

    billing_cycle: "hourly"

    project_id: "${packet_project.cool_project.

    Shortcut: tf_packet_device

    resource "packet_device" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       hostname = "tf.coreos2"
       plan = "baremetal_1"
       facility = "ewr1"
       operating_system = "coreos_stable"
       billing_cycle = "hourly"
       project_id = "\${packet_project.cool_project.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.