From fa09bda563e9fff2f9fea471828ed0e1944d8aea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 19:17:44 +0000 Subject: [PATCH] Update Terraform gitlab to v16.10.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 20aadb5..63e6874 100644 --- a/main.tf +++ b/main.tf @@ -8,7 +8,7 @@ terraform { } gitlab = { source = "gitlabhq/gitlab" - version = "16.9.1" + version = "16.10.0" } github = { source = "integrations/github" diff --git a/modules/gitlab/pages_domain/main.tf b/modules/gitlab/pages_domain/main.tf index 098b6eb..befa470 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 = "16.9.1" + version = "16.10.0" } } } diff --git a/system/domain/main.tf b/system/domain/main.tf index 53235ed..cecfd65 100644 --- a/system/domain/main.tf +++ b/system/domain/main.tf @@ -6,7 +6,7 @@ terraform { } gitlab = { source = "gitlabhq/gitlab" - version = "16.9.1" + version = "16.10.0" } } }