Open
Description
Is your feature request related to a problem? Please describe.
The current provider allows us to create cluster and additional cluster with vmc . When deployed they are named as cluster-1, cluster-2, cluster-3 . With no tags in place it is difficult to know which cluster is for which workload placement .
Describe the solution you'd like
Similar to how. we can provide a sddc a name we need a feature to add cluster name .
eg
resource "vmc_sddc" "sddc_1" {
sddc_name = var.sddc_name
The cluster has no such variable .
Describe alternatives you've considered
No alternate considered as the
vmc provider does not allow any tags to be given
Additional context
No response