@@ -42,6 +42,8 @@ module "gitlab" {
4242 gitlab_lfs_s3_bucket_name = var.gitlab_lfs_s3_bucket_name
4343 gitlab_packages_s3_bucket_name = var.gitlab_packages_s3_bucket_name
4444 gitlab_registry_s3_bucket_name = var.gitlab_registry_s3_bucket_name
45+ gitlab_backup_s3_bucket_name = var.gitlab_backup_s3_bucket_name
46+ gitlab_kms_alias = var.gitlab_kms_alias
4547}
4648```
4749
@@ -59,6 +61,7 @@ module "gitlab" {
5961| gitlab_lfs_s3_bucket_name | Name of Gitlab LFS S3 bucket | ` string ` | "" | yes |
6062| gitlab_packages_s3_bucket_name | Name of Gitlab Packages S3 bucket | ` string ` | "" | yes |
6163| gitlab_registry_s3_bucket_name | Name of Gitlab Registry S3 bucket | ` string ` | "" | yes |
64+ | gitlab_backup_s3_bucket_name | Name of Gitlab Backup S3 bucket | ` string ` | "" | yes |
6265| dns_name | Domain name for which the certificate should be issued | ` string ` | "" | yes |
6366| domain_name | ALB record53 entry domain name | ` string ` | "" | yes |
6467| public_subnet_id | List of public subnet IDs to attach | ` list ` | ` <list> ` | yes |
@@ -73,7 +76,7 @@ module "gitlab" {
7376| gitlab_alb_ideal_timeout | Time in seconds that the connection is allowed to be idle. | ` number ` | ` 60 ` | no |
7477| gitlab_application_ami | AMI of gitlab application to be used with Gitlab instance. | ` string ` | "" | yes |
7578| zone_id | ID of the hosted zone to contain Route53 record. | ` string ` | "" | yes |
76- | alias | Display name of KMS Key alias. Name must start with the word ` alias ` followed by a forward slash | ` string ` | ` alias/gitlab-kms ` | no |
79+ | gitlab_kms_alias | Display name of KMS Key alias. Name must start with the word ` alias ` followed by a forward slash | ` string ` | "" | yes |
7780| enable_key_rotation | Specifies whether key rotation is enabled | ` bool ` | ` true ` | no |
7881| ssh_key_name | SSH key for ec2 ssh | ` string ` | "" | yes |
7982
0 commit comments