Skip to content

Commit c9ce2fa

Browse files
committed
chore(deps): allow gitlab provider version 18.0 /2
- this time in the gitlab_agent_name_variable submodule
1 parent b16a9d7 commit c9ce2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gitlab_agent_name_variable/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
gitlab = {
66
source = "gitlabhq/gitlab"
7-
version = ">= 16.0, < 18.0"
7+
version = ">= 16.0, < 19.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)