scottwinkler / terraform-provider-shell

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

add stack tracing and dirty for marking updates #4

Closed scottwinkler closed 6 years ago

scottwinkler commented 6 years ago

Minor polishing things and some bug fixes. Update previously did not track changes to state correctly. Now if there is a change to the state, it will change the internal bool dirty to true, which will force an update. Dirty can also be used by the user to force an update, although this isn't recommended.

Features: