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 ba574cc commit 26d5955Copy full SHA for 26d5955
docs/resources/fleet_integration_policy.md
@@ -112,7 +112,7 @@ Optional:
112
113
- `enabled` (Boolean) Enable the input.
114
- `streams_json` (String, Sensitive) Input streams as JSON.
115
-- `vars_json` (String, Sensitive) Input vars as JSON.
+- `vars_json` (String, Sensitive) Input variables as JSON.
116
117
## Import
118
internal/fleet/integration_policy/schema.go
@@ -101,7 +101,7 @@ func getSchema() schema.Schema {
101
Sensitive: true,
102
},
103
"vars_json": schema.StringAttribute{
104
- Description: "Input vars as JSON.",
+ Description: "Input variables as JSON.",
105
CustomType: jsontypes.NormalizedType{},
106
Computed: true,
107
Optional: true,
0 commit comments