From 24e9ec44a7bf39aa82784dcca6dadffd927e26ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 22:51:20 +0000 Subject: [PATCH] Update Terraform gitlab to v17.1.0 --- main.tf | 2 +- modules/gitlab/pages_domain/main.tf | 2 +- system/domain/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index 6d19148..062d931 100644 --- a/main.tf +++ b/main.tf @@ -8,7 +8,7 @@ terraform { } gitlab = { source = "gitlabhq/gitlab" - version = "17.0.1" + version = "17.1.0" } github = { source = "integrations/github" diff --git a/modules/gitlab/pages_domain/main.tf b/modules/gitlab/pages_domain/main.tf index cacdd36..c115a8f 100644 --- a/modules/gitlab/pages_domain/main.tf +++ b/modules/gitlab/pages_domain/main.tf @@ -6,7 +6,7 @@ terraform { } gitlab = { source = "gitlabhq/gitlab" - version = "17.0.1" + version = "17.1.0" } } } diff --git a/system/domain/main.tf b/system/domain/main.tf index 258ba49..585904c 100644 --- a/system/domain/main.tf +++ b/system/domain/main.tf @@ -6,7 +6,7 @@ terraform { } gitlab = { source = "gitlabhq/gitlab" - version = "17.0.1" + version = "17.1.0" } } }