Closed dahtor2 closed 4 months ago
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Code of Conduct
Description
Add support for enabling/disabling vSAN ESA, since it's supported in VCF
Use Case(s)
Enable control of vSAN ESA.
Potential Configuration
vsan_datastore { datastore_name = "${var.workload_domain_name}-vsan" license_key = var.vsan_license_key failures_to_tolerate = "2" vsan_esa_enabled = true }
References
No response