scottwinkler / terraform-provider-shell

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

fix empty previous output (#84) #85

Closed rucciva closed 3 years ago

rucciva commented 3 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