File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ Then perform the following commands on the root folder:
129129| cluster\_ name | Name of the GKE cluster that GitLab is deployed in. |
130130| created\_ bucket\_ names | The list of the created buckets. |
131131| gitlab\_ address | IP address where you can connect to your GitLab instance |
132+ | gitlab\_ namespace | The namespace where Gitlab is installed. |
132133| gitlab\_ url | URL where you can access your GitLab instance |
133134| root\_ password\_ instructions | Instructions for getting the root user's password for initial setup |
134135| service\_ account\_ id | The id of the default service account |
Original file line number Diff line number Diff line change @@ -72,3 +72,8 @@ output "buckets_random_suffix" {
7272 value = random_string. random_suffix . result
7373 description = " The random suffix used to have unique bucket names."
7474}
75+
76+ output "gitlab_namespace" {
77+ value = var. gitlab_namespace
78+ description = " The namespace where Gitlab is installed."
79+ }
You can’t perform that action at this time.
0 commit comments