Skip to content

Commit 3058c23

Browse files
authored
Merge pull request #7 from rebuy-de/fix-data-source
fix data source once again
2 parents 1224315 + 4947948 commit 3058c23

File tree

1 file changed

+1
-1
lines changed
  • graylog/datasource/system/indices/indexset

1 file changed

+1
-1
lines changed

graylog/datasource/system/indices/indexset/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
func setDataToResourceData(d *schema.ResourceData, data map[string]interface{}) error {
1212
id, ok := util.RenameKey(data, "id", "index_set_id")
13-
if err := convert.DataToJSON(data, "rotation_strategy", "retention_strategy"); err != nil {
13+
if err := convert.DataToJSON(data, "rotation_strategy", "retention_strategy", "data_tiering"); err != nil {
1414
return err
1515
}
1616

0 commit comments

Comments
 (0)