Skip to content

Commit 7148504

Browse files
clb-robotjindraj
andauthored
chore(deps): update terraform gitlab to v18 (#48)
* chore(deps): update terraform gitlab to v18 --------- Co-authored-by: Jakub Jindra <[email protected]>
1 parent 5e6b805 commit 7148504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/gitlab/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 = ">= 15.7, < 18.0"
7+
version = ">= 15.7, < 19.0"
88
}
99
}
1010
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
}
1010
gitlab = {
1111
source = "gitlabhq/gitlab"
12-
version = ">= 15.7, < 18.0"
12+
version = ">= 15.7, < 19.0"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)