We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0e117 commit 0073c53Copy full SHA for 0073c53
internal/fleet/agent_policy/schema.go
@@ -88,7 +88,7 @@ func getSchema() schema.Schema {
88
},
89
90
"global_data_tags": schema.ListNestedAttribute{
91
- Description: "User defined data tags to apply to all inputs. Values can be strings, or numbers",
+ Description: "User defined data tags to apply to all inputs.",
92
Optional: true,
93
94
NestedObject: schema.NestedAttributeObject{
@@ -98,7 +98,7 @@ func getSchema() schema.Schema {
98
Required: true,
99
100
"value": schema.StringAttribute{
101
- Description: "The value of the data tag.",
+ Description: "The string value of the data tag.",
102
103
104
0 commit comments