Skip to content

Commit

Permalink
Remove questionable todos
Browse files Browse the repository at this point in the history
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
  • Loading branch information
Didainius committed Oct 23, 2024
1 parent ae7bf77 commit 3b89e81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vcd/datasource_vcd_tm_org.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func datasourceVcdTmOrg() *schema.Resource {
Computed: true,
Description: fmt.Sprintf("%s owner Name", labelTmOrg),
},
// TODO: TM: validate if all of these computed attributes are effective
"org_vdc_count": {
Type: schema.TypeInt,
Computed: true,
Expand Down
1 change: 0 additions & 1 deletion vcd/resource_vcd_tm_org.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func resourceVcdTmOrg() *schema.Resource {
Computed: true,
Description: fmt.Sprintf("%s owner Name", labelTmOrg),
},
// TODO: TM: validate if all of these computed attributes are effective
"org_vdc_count": {
Type: schema.TypeInt,
Computed: true,
Expand Down

0 comments on commit 3b89e81

Please sign in to comment.