Skip to content

Commit 460aff8

Browse files
committed
chore(deps): change gitlabhq/gitlab version constraint
- missing restrict_user_defined_variables triggered refresh on data and all related resources, leading to secret change and need for the restart of the deployment bumping minimal provider version eliminates the refresh.
1 parent 0813bb9 commit 460aff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
gitlab = {
1010
source = "gitlabhq/gitlab"
11-
version = ">= 16.0, < 18.0"
11+
version = ">= 17.1, < 18.0"
1212
}
1313
kubernetes = {
1414
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)