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

Update logging descriptions #98

Closed stuartleeks closed 2 years ago

stuartleeks commented 2 years ago

If I've understood the code correctly, I think that the debug messages for previous/new output were switched. I'm interpretting previousOutput as the output from the previous execution of the provider, and output as the new output from the read operation that has just been performed - is that correct?

scottwinkler commented 2 years ago

yes this was a mistake. thanks for fixing it!