Skip to content

Commit 0872ad9

Browse files
committed
Only require any input parameters to be specified if they differ from the defaults
1 parent b10701a commit 0872ad9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/resources/fleet_integration_policy.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ Read-Only:
126126

127127
- `defaults` (Attributes) Input defaults. (see [below for nested schema](#nestedatt--inputs--defaults))
128128

129+
Read-Only:
130+
131+
- `defaults` (Attributes) Input defaults. (see [below for nested schema](#nestedatt--inputs--defaults))
132+
129133
<a id="nestedatt--inputs--streams"></a>
130134
### Nested Schema for `inputs.streams`
131135

@@ -135,6 +139,23 @@ Optional:
135139
- `vars` (String) Stream-level variables as JSON.
136140

137141

142+
<a id="nestedatt--inputs--defaults"></a>
143+
### Nested Schema for `inputs.defaults`
144+
145+
Read-Only:
146+
147+
- `streams` (Attributes Map) Stream-level defaults mapped by stream ID. (see [below for nested schema](#nestedatt--inputs--defaults--streams))
148+
- `vars` (String) Input-level variable defaults as JSON.
149+
150+
<a id="nestedatt--inputs--defaults--streams"></a>
151+
### Nested Schema for `inputs.defaults.streams`
152+
153+
Read-Only:
154+
155+
- `enabled` (Boolean) Default enabled state for the stream.
156+
- `vars` (String) Stream-level variable defaults as JSON.
157+
158+
138159
<a id="nestedatt--inputs--defaults"></a>
139160
### Nested Schema for `inputs.defaults`
140161

0 commit comments

Comments
 (0)