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

fix: parseJSON does not crash with null output #24

Closed isubasinghe closed 4 years ago

isubasinghe commented 4 years ago

fixes issue #23

A type assertion was added to default null output to an empty string. All tests are passing.

Let me know if you would like anything more.

Thanks :)

scottwinkler commented 4 years ago

Looks good

pacon-vib commented 4 years ago

Thanks Scott