josenk / terraform-provider-esxi

Terraform-provider-esxi plugin
GNU General Public License v3.0
540 stars 154 forks source link

Added optional `esxi_hostssl` to provider #112

Closed twss closed 4 years ago

twss commented 4 years ago

Fix for #111

Likely to be breaking changes for any unmerged PRs:

josenk commented 4 years ago

Thanks for this... I'll test it out and let you know.

twss commented 4 years ago

@josenk Seeing as I've already made some breaking changes, I've added commit d6e19bf which provides a getConnectionInfo function so that callers don't need to setup or care about the contents of the exsiConnInfo variable, unless of course they're actively making use of it.