opentofu/builtin/providers
James Bardin 4dcda04d96 prevent an empty string from being lost
The helper/schema diff process loses empty strings, causing them to show
up as unset (null) during apply. Besides failing to show as set by
GetOk, the absence of the value also triggers the schema to insert a
default value again during apply.

It would also be be preferable if the defaults weren't re-evaluated
again during ApplyResourceChange, but that would require a more invasive
patch to the field readers, and ensuring the empty string is stored in
the plan should block the default.
2019-06-19 17:42:00 -04:00
..
terraform providers/terraform: Explicit validate step 2019-05-04 21:06:31 -07:00
test prevent an empty string from being lost 2019-06-19 17:42:00 -04:00
README remove builtin providers 2017-06-12 13:42:06 -04:00

providers moved to github.com/terraform-providers