Skip to content

Commit 0073c53

Browse files
committed
schema description
1 parent 8c0e117 commit 0073c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/fleet/agent_policy/schema.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func getSchema() schema.Schema {
8888
},
8989
},
9090
"global_data_tags": schema.ListNestedAttribute{
91-
Description: "User defined data tags to apply to all inputs. Values can be strings, or numbers",
91+
Description: "User defined data tags to apply to all inputs.",
9292
Optional: true,
9393

9494
NestedObject: schema.NestedAttributeObject{
@@ -98,7 +98,7 @@ func getSchema() schema.Schema {
9898
Required: true,
9999
},
100100
"value": schema.StringAttribute{
101-
Description: "The value of the data tag.",
101+
Description: "The string value of the data tag.",
102102
Required: true,
103103
},
104104
},

0 commit comments

Comments
 (0)