From f46e930c8819bd98be45417bb31c18e9d9237c54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:32:31 +0000 Subject: [PATCH] Update Terraform gitlab to v17.6.1 --- envs/main/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/envs/main/main.tf b/envs/main/main.tf index 7f6027e..a515b05 100644 --- a/envs/main/main.tf +++ b/envs/main/main.tf @@ -8,7 +8,7 @@ terraform { } gitlab = { source = "gitlabhq/gitlab" - version = "17.6.0" + version = "17.6.1" } github = { source = "integrations/github" diff --git a/modules/gitlab/pages_domain/main.tf b/modules/gitlab/pages_domain/main.tf index e0b311f..f88ac3d 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.6.0" + version = "17.6.1" } } } diff --git a/system/domain/main.tf b/system/domain/main.tf index 5e858ba..4cf939a 100644 --- a/system/domain/main.tf +++ b/system/domain/main.tf @@ -6,7 +6,7 @@ terraform { } gitlab = { source = "gitlabhq/gitlab" - version = "17.6.0" + version = "17.6.1" } } }