mirror of https://github.com/hashicorp/terraform
cd0c452 contained a bug where the creation diff for a data resource was
put into a new local variable within the else block rather than into the
diff variable in the parent scope, causing a null diff to always be
produced.
This restores the expected behavior: a computed data resource appears in
the diff, so it can then be fetched during the apply walk.
pull/6817/head
parent
d9c137555f
commit
b255c389e2
Loading…
Reference in new issue