Skip to content

Commit 26d5955

Browse files
committed
Fix vars_json description
1 parent ba574cc commit 26d5955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/fleet_integration_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Optional:
112112

113113
- `enabled` (Boolean) Enable the input.
114114
- `streams_json` (String, Sensitive) Input streams as JSON.
115-
- `vars_json` (String, Sensitive) Input vars as JSON.
115+
- `vars_json` (String, Sensitive) Input variables as JSON.
116116

117117
## Import
118118

internal/fleet/integration_policy/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func getSchema() schema.Schema {
101101
Sensitive: true,
102102
},
103103
"vars_json": schema.StringAttribute{
104-
Description: "Input vars as JSON.",
104+
Description: "Input variables as JSON.",
105105
CustomType: jsontypes.NormalizedType{},
106106
Computed: true,
107107
Optional: true,

0 commit comments

Comments
 (0)