Skip to content

Commit 1629527

Browse files
committed
docs
1 parent 5934e78 commit 1629527

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/resources/fleet_agent_policy.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "elasticstack_fleet_agent_policy" "test_policy" {
4141
- `description` (String) The description of the agent policy.
4242
- `download_source_id` (String) The identifier for the Elastic Agent binary download server.
4343
- `fleet_server_host_id` (String) The identifier for the Fleet server host.
44-
- `global_data_tags` (Attributes List) User defined data tags to apply to all inputs. (see [below for nested schema](#nestedatt--global_data_tags))
44+
- `global_data_tags` (String) JSON encoded defined data tags to apply to all inputs.
4545
- `monitor_logs` (Boolean) Enable collection of agent logs.
4646
- `monitor_metrics` (Boolean) Enable collection of agent metrics.
4747
- `monitoring_output_id` (String) The identifier for monitoring output.
@@ -53,14 +53,6 @@ resource "elasticstack_fleet_agent_policy" "test_policy" {
5353

5454
- `id` (String) The ID of this resource.
5555

56-
<a id="nestedatt--global_data_tags"></a>
57-
### Nested Schema for `global_data_tags`
58-
59-
Required:
60-
61-
- `name` (String) The name of the data tag.
62-
- `value` (String) The string value of the data tag.
63-
6456
## Import
6557

6658
Import is supported using the following syntax:

0 commit comments

Comments
 (0)