Skip to content
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

Merged
merged 2 commits into from
May 7, 2021
Merged

feat(k8s): add vrack support #189

merged 2 commits into from
May 7, 2021

Conversation

d33d33
Copy link
Contributor

@d33d33 d33d33 commented May 4, 2021

No description provided.

@ovh-cds
Copy link
Collaborator

ovh-cds commented May 4, 2021

CDS Report terraform-provider-ovh-check#240.0 ✘
*

  • checks ✘

@ovh-cds
Copy link
Collaborator

ovh-cds commented May 4, 2021

CDS Report terraform-provider-ovh-testacc#240.0 ✘
*

  • checks ✘

ovh/data_source_ovh_cloud_project_kube.go Outdated Show resolved Hide resolved
@@ -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)
Copy link
Collaborator

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

Copy link
Collaborator

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

ovh/resource_ovh_cloud_project_kube.go Outdated Show resolved Hide resolved
ovh/data_source_ovh_cloud_project_kube.go Outdated Show resolved Hide resolved
ovh/resource_ovh_cloud_project_kube.go Show resolved Hide resolved
website/docs/r/cloud_project_kube.html.markdown Outdated Show resolved Hide resolved
website/docs/d/cloud_project_kube.html.markdown Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants