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

Ignore diff on lifecycle_commands #69

Closed scottwinkler closed 3 years ago

scottwinkler commented 4 years ago

Even though ForceNew has been removed it still doesnt help because it will use old read command. Put something in to ignore diffs for this attribute

rucciva commented 3 years ago

hi @scottwinkler , i've made a similar resource inspired from yours, and made some modifications that might relate to this issue. Are you accepting pull request for this? i could submit one if so and also solve #77 #78

scottwinkler commented 3 years ago

Hello rucciva. Yes I am accepting pull requests. I would be happy to have your contribution.