We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1224315 + 4947948 commit 3058c23Copy full SHA for 3058c23
graylog/datasource/system/indices/indexset/util.go
@@ -10,7 +10,7 @@ import (
10
11
func setDataToResourceData(d *schema.ResourceData, data map[string]interface{}) error {
12
id, ok := util.RenameKey(data, "id", "index_set_id")
13
- if err := convert.DataToJSON(data, "rotation_strategy", "retention_strategy"); err != nil {
+ if err := convert.DataToJSON(data, "rotation_strategy", "retention_strategy", "data_tiering"); err != nil {
14
return err
15
}
16
0 commit comments