FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

vsphere_folder

Provides a VMware vSphere virtual machine folder resource. This can be used to create and delete virtual machine folders.

Example Usage

resource "vsphere_folder" "web" {
  path   = "terraform_web_folder"
}

Argument Reference

The following arguments are supported:


See the source of this document at Terraform.io