-
Notifications
You must be signed in to change notification settings - Fork 135
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
feat(k8s): add vrack support #189
Conversation
CDS Report terraform-provider-ovh-check#240.0 ✘
|
CDS Report terraform-provider-ovh-testacc#240.0 ✘
|
@@ -93,6 +97,7 @@ func dataSourceCloudProjectKubeRead(d *schema.ResourceData, meta interface{}) er | |||
d.Set("name", res.Name) | |||
d.Set("next_upgrade_versions", res.NextUpgradeVersions) | |||
d.Set("nodes_url", res.NodesUrl) | |||
d.Set("privateNetworkId", res.PrivateNetworkId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be named private_network_id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i've double- checked it, i think you forgot to pass the network id to the POST api call, i'd like to release the provider this morning so i think i'll add it for you if you dont mind
No description provided.