scott-the-programmer / terraform-provider-minikube

A terraform provider for minikube!
MIT License
53 stars 7 forks source link

fix case where cli option is prefixed with a short alias #140

Closed scott-the-programmer closed 8 months ago

scott-the-programmer commented 8 months ago

Fixes https://github.com/scott-the-programmer/terraform-provider-minikube/issues/135

Turns out that the --gpu flag was being ignored as it was prefixed with a -g. This is the only meaningful usage of the short alias, so it went unnoticed.

The fix is to trim any short aliases before transforming the flag into the terraform equivalent