Skip to content

Commit

Permalink
Cleanup comments and empty spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
  • Loading branch information
Didainius committed Dec 19, 2024
1 parent e63133b commit 0441cb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions vcd/resource_vcd_tm_edge_cluster_qos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ resource "vcd_tm_edge_cluster_qos" "demo" {
}
`

// const testAccVcdTmEdgeClusterQosStep3DS = testAccVcdTmEdgeClusterQosStep2

const testAccVcdTmEdgeClusterQosStep3 = `
data "vcd_tm_edge_cluster" "demo" {
name = "{{.EdgeClusterName}}"
Expand Down
1 change: 0 additions & 1 deletion website/docs/d/tm_edge_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ data "vcd_tm_edge_cluster" "demo" {
region_id = data.vcd_tm_region.demo.id
sync_before_read = true
}
```

## Argument Reference
Expand Down

0 comments on commit 0441cb0

Please sign in to comment.