google_compute_disk

    0

    0

    lucycodes42

    Terraform snippets

    This creates a resource called example-name with the following properties:

    name: "example-name"

    type: "pd-ssd"

    zone: "us-central1-a"

    image: "debian7-wheezy"

    Shortcut: tf_google_compute_disk

    resource "google_compute_disk" "${MyResource}" {
       name = "example-name"
       type = "pd-ssd"
       zone = "us-central1-a"
       image = "debian7-wheezy"
    }
    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.