scottwinkler / terraform-provider-shell

Terraform provider for executing shell commands and saving output to state file
Mozilla Public License 2.0
281 stars 61 forks source link

fix empty previous output (#84) #85

Closed rucciva closed 4 years ago

rucciva commented 4 years ago

SetNewComputed() in V1 sdk affect the result of Get(), rendering previous output to blank map. I think it is safe to use GetChange() instead