terraform/builtin
Chris Marchesi 5d5a670d69 provider/test: Added complex-ish list testing
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.
2017-11-01 14:25:32 -07:00
..
bins Add salt-masterless provisioner 2017-08-07 10:00:29 -04:00
providers provider/test: Added complex-ish list testing 2017-11-01 14:25:32 -07:00
provisioners Clean clients from chef-vault on recreate_client enabled (#16357) 2017-10-20 17:46:29 +02:00