Skip to content

Commit 5e21d69

Browse files
committed
refs sparkfabrik-innovation-team/board#3833: remove unused variable
1 parent d7eb67a commit 5e21d69

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ variable "gitlab_agent_branch_name" {
8080
default = "main"
8181
}
8282

83-
variable "gitlab_agent_create_variables_in_root_namespace" {
84-
description = "DEPRECATED: Use operate_at_root_group_level instead. Create two Gitlab CI/CD variables in the root namespace useful to configure the Kubernetes context and use the Gitlab Agent. These variables are created in the root namespace of the project defined in `gitlab_project_path_with_namespace`, which is the project that hosts the Gitlab Agent configuration."
85-
type = bool
86-
default = null
87-
}
88-
8983
variable "gitlab_agent_variable_name_agent_id" {
9084
description = "The name of the Gitlab CI/CD variable that stores the Gitlab Agent ID."
9185
type = string

0 commit comments

Comments
 (0)