packet_project

    0

    0

    lucycodes42

    Terraform snippets

    The code in the snippet defines a resource called "myResourceName" that has the following attributes: name (string) and description (string). The code also defines a payment_method attribute that points to a payment_method resource.

    Shortcut: tf_packet_project

    resource "packet_project" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       payment_method = "payment_method-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.