Skip to content

Commit 86630d5

Browse files
author
felipe-colussi
committed
remove a todo from exists
1 parent abe3e5e commit 86630d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rancher2/data_source_rancher2_project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
func dataSourceRancher2Project() *schema.Resource {
1414
return &schema.Resource{
15-
Exists: dataSourceRancher2ProjectExists, // TODO Check if it can deleted.
15+
Exists: dataSourceRancher2ProjectExists,
1616
ReadContext: dataSourceRancher2ProjectRead,
1717

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

0 commit comments

Comments
 (0)