You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,6 @@ variable "gitlab_project_name" {
4
4
default=""
5
5
}
6
6
7
-
variable"gitlab_root_namespace" {
8
-
description="The full path of the root namespace in Gitlab. This is the namespace where the Gitlab Agent will be granted access."
9
-
type=string
10
-
}
11
-
12
7
variable"gitlab_project_path_with_namespace" {
13
8
description="The path with namespace of the Gitlab project that hosts the Gitlab Agent configuration. The project must be created in Gitlab before running this module. The configured Gitlab provider must have write access to the project."
0 commit comments