Closed smctighevcp 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
Currently when deploying an NSX edge node the "compute_cluster_id" attribute is required. Currently this needs to be obtained manually via the API. Allowing for the cluster name would make deployment of and Edge node cluster easier, directly after deploying a VCF instance.
Use Case(s)
Allow for edge nodes clusters to be deployed as part of a wider VCF instance deployment without having to step outside of terraform to obtain the compute_cluster_id.
Potential Configuration
"compute_cluster_name": { Type: schema.TypeString, Required: true, Description: "The name of the compute cluster", ValidateFunc: validation.NoZeroValues, },
References
No response