- Added skip_tls_verify = true to Vault provider configuration - Fixes x509 certificate verification error for self-signed certificates - Matches pattern used in vSphere provider (allow_unverified_ssl)
- Added version constraints for vsphere (~> 2.0) and vault (~> 5.0) providers - Added terraform required_version (>= 1.0) - Removed unused variables: domain, esxi_hosts, port_groups - Removed unused data source: vsphere_host - All TFLint checks now pass successfully
- Add vSphere resource pool management - Configure CPU and memory allocation controls - Implement tagging system for organization - Add comprehensive documentation