vmware / terraform-provider-vcf

Terraform Provider for VMware Cloud Foundation
https://registry.terraform.io/providers/vmware/vcf/
Mozilla Public License 2.0
23 stars 10 forks source link

Add support for vSAN ESA enablement #182

Closed dahtor2 closed 4 months ago

dahtor2 commented 5 months ago

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

github-actions[bot] commented 3 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.