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
| name | Solution name, e.g. 'app' or 'jenkins' |`string`| "" | yes |
55
+
| attributes | Additional attributes |`list`|`<list>`| no |
56
+
| delimiter | Delimiter to be used between namespace, environment, stage, name and attributes |`string`| "-" | no |
57
+
| force_destroy_s3_bucket | Boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without error. |`bool`|`false`| no |
58
+
| gitlab_artifactory_s3_bucket_name | Name of Gitlab Artifactory S3 bucket |`string`| "" | yes |
59
+
| gitlab_lfs_s3_bucket_name | Name of Gitlab LFS S3 bucket |`string`| "" | yes |
60
+
| gitlab_packages_s3_bucket_name | Name of Gitlab Packages S3 bucket |`string`| "" | yes |
61
+
| gitlab_registry_s3_bucket_name | Name of Gitlab Registry S3 bucket |`string`| "" | yes |
62
+
| dns_name | Domain name for which the certificate should be issued |`string`| "" | yes |
description="Id of the VPC Gitlab will be provisioned in."
86
87
default=""
87
88
}
88
89
89
90
variable"gitlab_data_disk_size" {
90
-
description="The size of the wal disks to provision"
91
-
default=100
91
+
description="The size of gitlab data disk to provision"
92
+
default=100
92
93
}
93
94
94
95
variable"gitlab_data_disk_device_name" {
95
-
description="The name of the meta device"
96
-
default="/dev/xvdi"
96
+
type=string
97
+
description="The name gitlab data disk"
98
+
default="/dev/xvdi"
97
99
}
98
100
99
101
variable"git_data_directory" {
102
+
type=string
100
103
default="/mnt/gitlab-data"
101
104
}
102
105
103
106
variable"snapshot_interval" {
107
+
type=string
104
108
description="How often this lifecycle policy should be evaluated. 2,3,4,6,8,12 or 24 are valid values. Default 24"
105
-
default="24"
109
+
default="24"
106
110
}
107
111
108
112
variable"snapshot_start_time" {
113
+
type=string
109
114
description="A list of times in 24 hour clock format that sets when the lifecycle policy should be evaluated."
110
-
default="00:00"
115
+
default="00:00"
111
116
}
112
117
113
118
variable"retain_rule" {
114
119
description="How many snapshots to keep. Must be an integer between 1 and 1000."
115
-
default="3"
120
+
default=10
116
121
}
117
122
118
123
variable"gitlab_alb_ideal_timeout" {
119
124
description="The time in seconds that the connection is allowed to be idle."
120
-
default=60
125
+
default=60
121
126
}
122
127
123
128
variable"rotation_status" {
124
-
default="1"
129
+
type=string
130
+
description="Rotation status for S3 IAM user, 0 or 1"
131
+
default="1"
125
132
}
126
133
127
134
variable"gitlab_application_ami" {
128
-
description="AMI of gitlab application to be used with Launch Configuration"
135
+
type=string
136
+
description="AMI of gitlab application to be used with Gitlab instance. AMI can be build using Packer like: https://github.com/university-outreach-infrastructure-tf/gitlab-packer-ami"
129
137
default=""
130
138
}
131
139
132
140
variable"zone_id" {
133
-
description="The ID of the hosted zone to contain this record."
141
+
type=string
142
+
description="The ID of the hosted zone to contain Route53 record."
0 commit comments