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

Check for script non-zero exit code #36

Closed lawrencegripper closed 4 years ago

lawrencegripper commented 4 years ago

Fixes #35

The code will now check that scripts haven't exited with a non-zero code. The error, stdout and stderr will be returned to the user.

image

scottwinkler commented 4 years ago

Thanks for your contribution!

lawrencegripper commented 4 years ago

np, thanks for review and merge. Would you be able to cut a release?

scottwinkler commented 4 years ago

I'll do it later today or tomorrow. I want to rewrite the makefile to make it easier to create new releases

lawrencegripper commented 4 years ago

Cool, yeah no rush. For another project I use the goreleaser tool to push releases from master build. Might be useful https://goreleaser.com/

lawrencegripper commented 4 years ago

Thanks for pushing the release :+1: and thanks again for the hard work on the provider it's super useful.