openstack_blockstorage_volume_v2

    0

    0

    lucycodes42

    Terraform snippets

    This code defines a virtual disk resource named myResourceName. The resource has the following attributes: name (my-${myResourceName}) and description (my-description-${myResourceName}). The region where the resource is located is RegionOne and the size of the resource is 3.

    Shortcut: tf_openstack_blockstorage_volume_v2

    resource "openstack_blockstorage_volume_v2" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       region = "RegionOne"
       size = 3
    }
    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.