Skip to content

Commit 2b9b206

Browse files
committed
Add description to role data source
1 parent ae0f677 commit 2b9b206

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal/kibana/role_data_source.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,11 @@ func DataSourceRole() *schema.Resource {
217217
ValidateFunc: validation.StringIsJSON,
218218
DiffSuppressFunc: utils.DiffJsonSuppress,
219219
},
220+
"description": {
221+
Description: "Description for the role",
222+
Type: schema.TypeString,
223+
Optional: true,
224+
},
220225
}
221226

222227
return &schema.Resource{

0 commit comments

Comments
 (0)