Skip to content

Commit

Permalink
Merge pull request #17 from moia-oss/bugfix/fix-change-detection
Browse files Browse the repository at this point in the history
Fix bug where changes were detected even though no change happened
  • Loading branch information
karo-moia authored Jan 9, 2023
2 parents bb001f8 + 6f96baa commit 0aa45d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opensearch/resource_saved_objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func resourceSavedObjectRead(ctx context.Context, d *schema.ResourceData, m any)
for i := range resp.References {
a := make(map[string]any)
a["id"] = resp.References[i].ID
a["name"] = resp.References[i].Name
a["type"] = resp.References[i].Type
refs[i] = a
}
Expand Down

0 comments on commit 0aa45d7

Please sign in to comment.