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
description="Root EBS volume type for Gitlab instance."
32
33
}
33
34
34
35
variable"volume_size" {
35
36
type=number
37
+
default=100
36
38
description="Size of root EBS volume for Gitlab instance."
37
39
}
38
40
@@ -47,8 +49,9 @@ variable "public_subnet_ids" {
47
49
description="List of public subnet Ids for Gitlab load balancer."
48
50
}
49
51
50
-
variable"create_gitlab_domain" {
52
+
variable"create_gitlab_route53_record" {
51
53
type=bool
54
+
default=true
52
55
description="Whether to create a domain in Route53 for your Gitlab."
53
56
}
54
57
variable"gitlab_fqdn" {
@@ -68,6 +71,7 @@ variable "hosted_zone" {
68
71
69
72
variable"create_acm_certificate" {
70
73
type=bool
74
+
default=true
71
75
description="Whether to create SSL certificate for the Gitlab domain. If false, yo need to provide a valid AMC certificate arn in acm_certificate_arn variable."
0 commit comments