From 7bf47e501a64ec6ececa75b1d0ef7f25a7d2e041 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 00:30:28 +0000 Subject: [PATCH] Update Terraform gitlab to v16.11.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 d2fe4aa..ac29c0f 100644 --- a/main.tf +++ b/main.tf @@ -8,7 +8,7 @@ terraform { } gitlab = { source = "gitlabhq/gitlab" - version = "16.10.0" + version = "16.11.0" } github = { source = "integrations/github" diff --git a/modules/gitlab/pages_domain/main.tf b/modules/gitlab/pages_domain/main.tf index 7d06a66..bfa1817 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.10.0" + version = "16.11.0" } } } diff --git a/system/domain/main.tf b/system/domain/main.tf index 68c1335..ccec21d 100644 --- a/system/domain/main.tf +++ b/system/domain/main.tf @@ -6,7 +6,7 @@ terraform { } gitlab = { source = "gitlabhq/gitlab" - version = "16.10.0" + version = "16.11.0" } } }