5d5a670d69
Added a list SetNew test to try and reproduce issues testing diff customization with the Nomad provider. We are running into "diffs didn't match during apply", with the plan diff exhibiting a strange off-by-one-type error in a list diff: datacenters.#: "1" => "2" datacenters.0: "dc1" => "dc2" datacenters.1: "" => "dc3" datacenters.2: "" => "dc3" The test here does not reproduce that issue, unfortunately, but should help pinpoint the root cause through elimination. |
||
---|---|---|
.. | ||
data_source.go | ||
data_source_label.go | ||
data_source_label_test.go | ||
data_source_test.go | ||
provider.go | ||
provider_test.go | ||
resource.go | ||
resource_data_dep_test.go | ||
resource_gh12183.go | ||
resource_gh12183_test.go | ||
resource_test.go | ||
resource_with_custom_diff.go | ||
resource_with_custom_diff_test.go | ||
splat_flatten_test.go |