list/gitlab: update to tf provider 3.14.0

if there are multiple files in the same repository
this will cause a conflict in previous versions
This commit is contained in:
Iain Learmonth 2022-05-18 16:40:34 +01:00
parent 244fcdb1c8
commit cf027b5c32

View file

@ -19,7 +19,7 @@ class ListGitlabAutomation(ListAutomation):
required_providers { required_providers {
gitlab = { gitlab = {
source = "gitlabhq/gitlab" source = "gitlabhq/gitlab"
version = "~> 3.12.0" version = "~> 3.14.0"
} }
} }
} }