terraform-provider-minikube icon indicating copy to clipboard operation
terraform-provider-minikube copied to clipboard

support waiting for components

Open scott-the-programmer opened this issue 4 months ago • 1 comments

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

scott-the-programmer avatar Oct 11 '24 23:10 scott-the-programmer