terraform-provider-minikube
terraform-provider-minikube copied to clipboard
support waiting for components
Closes https://github.com/scott-the-programmer/terraform-provider-minikube/issues/170
This PR maps the wait
property to VerifyComponents
which should allow the provider to hold off until the predefined components are ready
Few things todo before merging
- [ ] Validate whether the property uses any of the supported values
- [ ] Map "all" or "true" to all possible values
- [ ] Map "none" or "false" to an empty map
- [ ] handful of acceptance tests for validation