Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid resource_control drift due to whitespace in queries (#201)
As reported in hashicorp/terraform#23928, reading a string from a file and comparing it to the terraform state may produce a drift due to inconsistencies (ie. Linux vs Windows line endings). This PR suppresses any drift caused by differences between the desired state and the stored state, by unmarshalling the JSONs and comparing the resulting objects. Co-authored-by: Simon Aquino <[email protected]>
- Loading branch information