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

Enhanced test, test handling large JSON output #13

Closed millmakerjm closed 4 years ago

millmakerjm commented 4 years ago

As suggested in the comment by @scottwinkler on the previous pull request, I merged the test code to this branch. I also enhanced the test so the test scripts now generate a large (>8K) JSON structure so the read loop is tested better.

scottwinkler commented 4 years ago

Looks good. Thanks!