├── .gitignore ├── README.md ├── main.tf ├── terraform.tfvars └── variables.tf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guillermo-musumeci/terraform-vsphere/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guillermo-musumeci/terraform-vsphere/HEAD/README.md -------------------------------------------------------------------------------- /main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guillermo-musumeci/terraform-vsphere/HEAD/main.tf -------------------------------------------------------------------------------- /terraform.tfvars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guillermo-musumeci/terraform-vsphere/HEAD/terraform.tfvars -------------------------------------------------------------------------------- /variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guillermo-musumeci/terraform-vsphere/HEAD/variables.tf --------------------------------------------------------------------------------