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

Resource should not be created if create doesnt return stateful data #56

Open scottwinkler opened 4 years ago

scottwinkler commented 4 years ago

If the output of the read doesn't return anything then the resource should not be created. Check if output variable is set in the create() function