Skip to content

Commit

Permalink
v1.7.0 Add support for esxi_hostssl
Browse files Browse the repository at this point in the history
  • Loading branch information
josenk committed Jun 13, 2020
1 parent 86264ae commit 174b26f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ Known issues with vmware_esxi

Version History
---------------
* 1.7.0 Add support for esxi_hostssl (Setting the ssl port for ovftool).
* 1.6.4 Fix default IP dection. Fix Disk Stores containing spaces.
* 1.6.3 Mask username/password in debug logs. Set default, disk.EnableUUID = true.
* 1.6.2 Fix Defaults for guest_startup_timeout and guest_shutdown_timeout. Fix IP address detection type2 to always run regardless of guest_startup_timeout value.
Expand Down
1 change: 1 addition & 0 deletions esxi/resource_guest.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func resourceGUEST() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Default: "thin",
Description: "Guest boot disk type. thin, zeroedthick, eagerzeroedthick",
},
"boot_disk_size": &schema.Schema{
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.4
v1.7.0

0 comments on commit 174b26f

Please sign in to comment.