Skip to content

Loosen version constraint to allow minor version bumps for google dependency

Igor requested to merge igorwwwwwwwwwwwwwwwwwwww-main-patch-25279 into main

I ran into this version conflict while working on https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/23720.

Our terraform requires a newer version of the google module, ~> 4.67.0. But because this module only allows the patch version to change via ~> 4.55.0, we cannot use it.

By loosening the constraint, we will support any 4.x, as long as it is higher than 4.55.

cc @andrewn

Merge request reports