Skip to content

Commit

Permalink
Closes #63, wiz_kubernetes_clusters name description (#69)
Browse files Browse the repository at this point in the history
The description updates are not rendered in the documentation due to this bug:
hashicorp/terraform-plugin-docs#64
  • Loading branch information
gramsa49 committed Feb 28, 2023
1 parent 77397f1 commit 5af8396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/data_source_kubernetes_clusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func dataSourceWizKubernetesClusters() *schema.Resource {
"name": {
Type: schema.TypeString,
Optional: true,
Description: "Internal Wiz ID of Kubernetes Cluster.",
Description: "Name of the Kubernetes Cluster.",
},
"cloud_account": {
Type: schema.TypeSet,
Expand Down

0 comments on commit 5af8396

Please sign in to comment.