-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Feature request: Allow vcenter_network
to be set by users on google_gkeonprem_vmware_cluster
#16821
Comments
Edit: see comments below - in the API this field can only be an output currently, but when configuring a cluster via config files the value can be changed |
Fixes hashicorp/terraform-provider-google#16821 ```release-note:enhancement gkeonprem: made .network_config.vcenter_network available as argument on google_kgeonprem_vmware_cluster ```
Fixes hashicorp/terraform-provider-google#16821 ```release-note:enhancement gkeonprem: made .network_config.vcenter_network available as argument on google_gkeonprem_vmware_cluster ```
I have tested my pull request by building the provider locally. Edit: if this is the api reference, it does not seem to be supported. However, it is supported here. |
Hi @mikkelnygard - That's the correct API reference, and you're correct that making that field user-controlled is unsupported. network_config.vcenter_network is output only, so the note from triage was incorrect. Sorry for misleading you! Unfortunately we're constrained by the API, so if a feature is supported via config files and gkectl but not by the API then we can only make a feature request to the service team that manages the API. |
Ok, thank you for the clarification. |
vcenter_network
to be set by users on google_gkeonprem_vmware_cluster
Any update on this issue @SarahFrench ? |
@bateau84 No updates I'm afraid! This issue has been forwarded to the relevant service team to act on. I'm unable to contact them for an update. |
It seems like this option is in the latest release of the provider? can someone confirm? :) |
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. |
Community Note
Description
When creating
google_gkeonprem_vmware_cluster
it is necessary to define the vmware network name the cluster and node-pools are created in.As of now it is inherited from the admin cluster, however it is needed to not place the user-clusters in the same network as the admin-cluster and be able to define it manually.
New or Affected Resource(s)
google_gkeonprem_vmware_cluster
google_gkeonprem_vmware_node_pool
Potential Terraform Configuration
References
b/317042838
The text was updated successfully, but these errors were encountered: