Skip to content

Commit

Permalink
fix: data source tag description
Browse files Browse the repository at this point in the history
  • Loading branch information
wai-wong-edb committed Oct 8, 2024
1 parent 6a8bbcb commit 1e9b88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/data_source_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func (c *clusterDataSource) Schema(ctx context.Context, req datasource.SchemaReq
Optional: true,
},
"tags": schema.SetNestedAttribute{
Description: "Assign existing tags or create tags to assign to this resource",
Description: "Show existing tags associated with this resource",
Optional: true,
Computed: true,
NestedObject: schema.NestedAttributeObject{
Expand Down

0 comments on commit 1e9b88c

Please sign in to comment.