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:
parent
244fcdb1c8
commit
cf027b5c32
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class ListGitlabAutomation(ListAutomation):
|
|||
required_providers {
|
||||
gitlab = {
|
||||
source = "gitlabhq/gitlab"
|
||||
version = "~> 3.12.0"
|
||||
version = "~> 3.14.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue