File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
module/single-node-omnibus Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,6 @@ module "gitlab" {
2222 gitlab_lfs_s3_bucket_name = var. gitlab_lfs_s3_bucket_name
2323 gitlab_packages_s3_bucket_name = var. gitlab_packages_s3_bucket_name
2424 gitlab_registry_s3_bucket_name = var. gitlab_registry_s3_bucket_name
25+ gitlab_backup_s3_bucket_name = var. gitlab_backup_s3_bucket_name
26+ gitlab_kms_alias = var. gitlab_kms_alias
2527}
Original file line number Diff line number Diff line change @@ -40,4 +40,10 @@ variable "gitlab_packages_s3_bucket_name" {
4040}
4141
4242variable "gitlab_registry_s3_bucket_name" {
43+ }
44+
45+ variable "gitlab_backup_s3_bucket_name" {
46+ }
47+
48+ variable "gitlab_kms_alias" {
4349}
Original file line number Diff line number Diff line change @@ -57,6 +57,12 @@ variable "gitlab_registry_s3_bucket_name" {
5757 default = " "
5858}
5959
60+ variable "gitlab_backup_s3_bucket_name" {
61+ type = string
62+ description = " Name of Gitlab Backup S3 bucket"
63+ default = " "
64+ }
65+
6066variable "dns_name" {
6167 type = string
6268 description = " A domain name for which the certificate should be issued"
@@ -143,10 +149,10 @@ variable "zone_id" {
143149 default = " "
144150}
145151
146- variable "alias " {
152+ variable "gitlab_kms_alias " {
147153 type = string
148154 description = " The display name of the alias. The name must start with the word `alias` followed by a forward slash"
149- default = " alias/gitlab-kms "
155+ default = " "
150156}
151157
152158variable "enable_key_rotation" {
You can’t perform that action at this time.
0 commit comments