Skip to content

Commit

Permalink
Merge pull request #91 from rowansmithhc/patch-1
Browse files Browse the repository at this point in the history
Update index.mdx
  • Loading branch information
azr authored Jul 21, 2021
2 parents b1fa3f9 + c89099f commit e88b6c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/builders/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Packer actually comes with two builders able to create vSphere machines,
depending on the strategy you want to use to build the image. Packer supports
the following vSphere builders:

- [vsphere-iso](/docs/builders/vsphere-iso) - This builder starts from an
- [vsphere-iso](/docs/builders/vsphere/vsphere-iso) - This builder starts from an
ISO file and utilizes the vSphere API to build on a remote esx instance.
This allows you to build vms even if you do not have SSH access to your vSphere cluster.

- [vsphere-clone](/docs/builders/vsphere-clone) - This builder clones a
- [vsphere-clone](docs/builders/vsphere/vsphere-clone) - This builder clones a
vm from an existing template, then modifies it and saves it as a new
template. It uses the vSphere API to build on a remote esx instance.
This allows you to build vms even if you do not have SSH access to your vSphere cluster.
Expand All @@ -38,4 +38,4 @@ packer {
}
}
}
```
```

0 comments on commit e88b6c5

Please sign in to comment.