Scott Murray

Results 6 issues of Scott Murray

## Description This PR attempts to resolve [issue 14853](https://github.com/dotnet/sdk/issues/14853) Currently, linux environments will fail to retrieve a `Web.config` file if the case does not match `web.config`. This results in the...

Area-WebSDK

This PR bumps the minikube version from 1.32 to [1.33](https://github.com/kubernetes/minikube/releases/tag/v1.33.0). There are quite a few changes with this upgrade, primarily the addition of the `--ha` flag I'll probably need a...

# Description Hashicorp now prefers new and existing plugins to use [Terraform Plugin Framework](https://developer.hashicorp.com/terraform/plugin/framework) going forward. In particular, the new framework can simplify all the weird type parsing we do...

enhancement

Currently, bits of the validation setup (see the [Makefile](./Makefile) and [the contributing guide](./Contributing.md)) assume that the developer is using terraform. With the emergence of [opentofu](https://opentofu.org/), this is not strictly the...

enhancement

To be close to feature complete, we should implement the ability to reference an existing minikube cluster as a [data source](https://developer.hashicorp.com/terraform/language/data-sources) The goal is to allow users to reference previously...

enhancement

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 -...