mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 18:47:19 +01:00
Initially we were using the provider's module version in the go.sum file to determine if a provider needed to be rebuilt. Since vsphereprivate is locally developed, not an imported module, it required special treatment. Now that we are using the `go.mod` git hash to check if a terraform provider needs to be rebuilt, we don't need to give vsphereprivate special treatment. Unfortunately, this implementation detail slipped through even though we changed the approach. If we don't drop the workaround, the build script will think `vsphereprivate` always needs to be rebuilt since it's comparing values that will never match.