From 554066cd4b37dbb232827ea50eb798c6b58966a9 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 19 Dec 2023 20:43:45 -0600 Subject: [PATCH] update --- TERRAFORM.GITLAB.PROJECTS/gitlab.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TERRAFORM.GITLAB.PROJECTS/gitlab.tf b/TERRAFORM.GITLAB.PROJECTS/gitlab.tf index 44b347e..5ced93e 100644 --- a/TERRAFORM.GITLAB.PROJECTS/gitlab.tf +++ b/TERRAFORM.GITLAB.PROJECTS/gitlab.tf @@ -30,12 +30,6 @@ resource "gitlab_branch_protection" "release" { allow_force_push = false } -resource "gitlab_project_runner_enablement" "k3s" { - project = gitlab_project.project.id - runner_id = octopusdeploy_tenant_common_variable.gitlabrunnerid.value -} - - resource "gitlab_project_variable" "OCTOAPI" { count = var.Enable_OCTOAPI ? 1 : 0 project = gitlab_project.project.id