From cf027b5c32cfd10db79a41f180e9ab232221003c Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Wed, 18 May 2022 16:40:34 +0100 Subject: [PATCH] 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 --- app/terraform/list/gitlab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/terraform/list/gitlab.py b/app/terraform/list/gitlab.py index 5438396..9993d06 100644 --- a/app/terraform/list/gitlab.py +++ b/app/terraform/list/gitlab.py @@ -19,7 +19,7 @@ class ListGitlabAutomation(ListAutomation): required_providers { gitlab = { source = "gitlabhq/gitlab" - version = "~> 3.12.0" + version = "~> 3.14.0" } } }