You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[schema_cluster.go](./minikube/schema_cluster.go) is generated via the `make schema` command which will use the output of your currently installed minikube version i.e. `minikube --help` to generate the terraform schema.
64
+
65
+
There are a few cases where the cli output doesn't map well to terraform. In these cases, we specify overrides in [schema_builder.go](./minikube/generator/schema_builder.go) to make sure the parameters make sense in the context of terraform
66
+
62
67
## Debugging via vscode
63
68
64
69
### Attaching to the terraform provider binary
65
70
66
71
To debug your terraform provider, run the `Debug Terraform Provider` vscode task. This will then output an environment variable that you will need to set in a new shell like so
67
72
68
-
69
73
```console
70
74
export TF_REATTACH_PROVIDERS='*output from vscode debug session'
71
75
make set-local
@@ -87,4 +91,4 @@ reflected in their generated counter parts
0 commit comments