mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-20 08:30:07 -05:00
In terraform-providers/terraform-provider-aws#2935, we have been cleaning code duplication by benefiting from the "NormalizeJsonString" present in the "structure" helper. It appears that tests in the AWS provider are covering more use-cases, which are added in this work. |
||
|---|---|---|
| .. | ||
| expand_json.go | ||
| expand_json_test.go | ||
| flatten_json.go | ||
| flatten_json_test.go | ||
| normalize_json.go | ||
| normalize_json_test.go | ||
| suppress_json_diff.go | ||
| suppress_json_diff_test.go | ||