-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for cluster names #167
Comments
Hi, Currently there is no API support for the requested feature. I've logged a feature request with the VMC backend team. Best Regards, |
Thanks will wait |
@dimitarproynov Any updated on the support of renaming the cluster, as SDDC version 22 supports renaming the cluster vmc-techzone article |
We're starting the evaluation of the v2 API SDK for VMC which features the cluster rename API so soon we'll be able to use this api in the provider. |
@dimitarproynov Any more updates on this feature enhancement |
Hi, |
Hi Dimitar Are there any more updates for us . |
Hi Team Any further updates on this enhancement. Thanks |
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
The text was updated successfully, but these errors were encountered: