vsphere_folder

    0

    0

    lucycodes42

    Terraform snippets

    The code uses the vsphere_folder resource to store a folder under the myResourceName name in the vSphere environment. The name and description fields are assigned to the myResourceName and myResourceDescription variables, respectively. The path field defines the folder location in the vSphere environment.

    Shortcut: tf_vsphere_folder

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