Releases: DonBower/terraform-vsphere-ubuntu
Releases · DonBower/terraform-vsphere-ubuntu
v1.4.1 Static IP should persist reboot
v1.4.0
v1.3.0 Override Disk Size
This release allows the user to specify a disk size as vmDiskSize
which until now was ignored.
The VM will be created with a disk size that is the greater of the value of vmDiskSize
or the disk size of the image.
v1.2.2 Annotation correction
fix built on annotation (#13)
v1.2.1 - use template disk config first
use template disk config (#11) * use template disk config * terraform fmt * add time
v1.2.0 - Add Additional Optional Disks
Enable extra disks (#10) * add dynamic disk blocks * update template used * update changelog * fix feature * move bdd github action out of play * BDD Scenario name * use semantic versioning * fix lint errors * new format * line too long
v1.1.1 Fix null resource pool assignment
- Correct the Resource Pool Assignement when null
- Add Custom Attributes 'Role' and 'Template' (Role is a new variable)
- Add Manual BDD Testing.
v1.1.0
Fix Resource Allocation
This version fixes a bug where the provided resource was not ignored.
We also added two new outputs - thisResourcePoolId
and thisDatastore
Finally some additional tweaks to the CHANGELOG.md
file to better reflect the emojis and corrected some internal variable names.
See the CHANGELOG.md
file for details.
v1.0.0 Bring your own provider
This version requires you to bring your own provider so that it can be used recursively (i.e. in for_each)
v0.1.0 Initial Release
Builds a VM created by Packer