Skip to content

Commit 1d2959a

Browse files
authored
Merge pull request #239 from aslafy-z/patch-1
fix(resource_cloud_project_kube): correct the import method
2 parents 1deb89d + d5b0c55 commit 1d2959a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/resource_cloud_project_kube.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func resourceCloudProjectKube() *schema.Resource {
2020
Delete: resourceCloudProjectKubeDelete,
2121

2222
Importer: &schema.ResourceImporter{
23-
State: resourceCloudProjectKubeNodePoolImportState,
23+
State: resourceCloudProjectKubeImportState,
2424
},
2525

2626
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)