Skip to content

Commit

Permalink
Fix according to comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjun666 committed Apr 11, 2024
1 parent eb4cfcc commit 31845ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/cluster_data_source.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "netapp-ontap_cluster_data_source Data Source - terraform-provider-netapp-ontap"
subcategory: "cluster"
subcategory: "Cluster"
description: |-
Cluster data source
---
Expand Down
5 changes: 0 additions & 5 deletions internal/provider/cluster_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ func (d *ClusterDataSource) Schema(ctx context.Context, req datasource.SchemaReq
Computed: true,
MarkdownDescription: "Location information",
},
// "password": schema.StringAttribute{
// Computed: true,
// Sensitive: true,
// MarkdownDescription: "Password",
// },
"dns_domains": schema.SetAttribute{
ElementType: types.StringType,
Computed: true,
Expand Down

0 comments on commit 31845ce

Please sign in to comment.