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
@@ -69,6 +71,7 @@ variable "hosted_zone" {
69
71
70
72
variable"create_acm_certificate" {
71
73
type=bool
74
+
default=true
72
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