-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariables.tf
233 lines (233 loc) · 8.4 KB
/
variables.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
variable "audio_instance_type" { type = string }
variable "audio_max_cluster_size" { type = number }
variable "audio_min_cluster_size" { type = number }
variable "aws_cust_labels_inference_units" {
type = string
description = "A single inference unit represents 1 hour of model use. A single inference unit can support up to 5 transactions per second (TPS). Use a higher number to increase the TPS throughput of your model. You are charged for the number of inference units that you use."
}
variable "az1" {
type = string
description = "Availability Zone 1."
}
variable "az2" {
type = string
description = "Availability Zone 2."
}
variable "box_com_client_id" {
type = string
description = "Box Oauth 2.0 Credentials Client ID."
}
variable "box_com_secret_key" {
type = string
description = "Box Oauth 2.0 Credentials Client Secret."
}
variable "cidr_subnet_ecs_1" {
type = string
description = "The CIDR block to use for the ecs subnet"
}
variable "cidr_subnet_ecs_2" {
type = string
description = "The CIDR block to use for the ecs subnet"
}
variable "cidr_subnet_elasticsearch_1" {
type = string
description = "The CIDR block to use for the elasticsearch subnet"
}
variable "cidr_subnet_elasticsearch_2" {
type = string
description = "The CIDR block to use for the elasticsearch subnet"
}
variable "cidr_subnet_mlservices_1" {
type = string
description = "The CIDR block to use for the mlservices subnet"
}
variable "cidr_subnet_mlservices_2" {
type = string
description = "The CIDR block to use for the mlservices subnet"
}
variable "cidr_subnet_proxy_1" {
type = string
description = "The CIDR block to use for the proxy subnet"
}
variable "cidr_subnet_proxy_2" {
type = string
description = "The CIDR block to use for the proxy subnet"
}
variable "cidr_subnet_public_1" {
type = string
description = "The CIDR block to use for the public subnet"
}
variable "cidr_subnet_public_2" {
type = string
description = "The CIDR block to use for the public subnet"
}
variable "cidr_subnet_rds_1" {
type = string
description = "The CIDR block to use for the rds subnet"
}
variable "cidr_subnet_rds_2" {
type = string
description = "The CIDR block to use for the rds subnet"
}
variable "cidr_subnet_services_1" {
type = string
description = "The CIDR block to use for the services subnet"
}
variable "cidr_subnet_services_2" {
type = string
description = "The CIDR block to use for the services subnet"
}
variable "cidr_vpc" { type = string }
variable "client_secret_fe" { type = string }
variable "client_secret_internal" { type = string }
variable "customer" {
type = string
description = "Customer short name."
}
variable "custom_labels_bucket" {
type = string
description = "Buket for AWS Custom Labels service."
}
variable "dns_name" { type = string }
variable "dropbox_app_key" {
type = string
description = "Dropbox App key"
}
variable "dropbox_app_secret" {
type = string
description = "Dropbox Application secret"
}
variable "dropbox_teams_app_key" {
type = string
description = "Dropbox App key"
}
variable "dropbox_teams_app_secret" {
type = string
description = "Dropbox Application secret"
}
variable "ecs_instance_type" { type = string }
variable "ecs_max_cluster_size" { type = number }
variable "ecs_min_cluster_size" { type = number }
variable "ecs_volume_size" { type = number }
variable "elasticache_instance_type" { type = string }
variable "elasticsearch_create_service_role" { type = bool }
variable "elasticsearch_dedicated_master_enabled" { type = bool }
variable "elasticsearch_dedicated_master_count" { type = number }
variable "elasticsearch_dedicated_master_type" { type = string }
variable "elasticsearch_instance_count" { type = number }
variable "elasticsearch_instance_type" { type = string }
variable "elasticsearch_volume_size" { type = number }
variable "encrypted_config_blob" { type = string }
variable "encryption_key" { type = string }
variable "faces_endpoint" {
type = string
default = ""
}
variable "faces_instance_type" { type = string }
variable "faces_max_cluster_size" { type = number }
variable "faces_min_cluster_size" { type = number }
variable "faces_password" {
type = string
default = ""
}
variable "faces_rds_instance_count" { type = number }
variable "faces_rds_max_capacity" { type = number }
variable "faces_rds_backup_retention" { type = number }
variable "faces_rds_instance_size" { type = string }
variable "faces_rds_password" { type = string }
variable "faces_rds_snapshot" { type = string }
variable "faces_user" {
type = string
default = ""
}
variable "faces_rds_username" { type = string }
variable "file_api_bucket" {
type = string
description = "S3 bucket name to store thumbnails, transcoded video and audio preview files, and metadata files."
}
variable "gm_celeb_detection_enabled" { type = string }
variable "gm_celeb_detection_interval" { type = string }
variable "gm_celeb_detection_min_confidence" { type = string }
variable "gm_celeb_detection_provider" { type = string }
variable "gm_license_key" {
type = string
description = "License key provided by GrayMeta."
}
variable "google_maps_key" {
type = string
description = "Google Maps API key."
}
variable "harvest_complete_stow_fields" { type = string }
variable "jwt_key" { type = string }
variable "key_name" { type = string }
variable "log_retention" {
type = number
description = "Log retention in days."
}
variable "logograb_key" {
type = string
description = "API key for the Logograb (Visua) service."
}
variable "mlservices_endpoint" {
type = string
default = ""
}
variable "nld_instance_type" { type = string }
variable "nld_max_cluster_size" { type = number }
variable "nld_min_cluster_size" { type = number }
variable "nlp_instance_type" { type = string }
variable "nlp_max_cluster_size" { type = number }
variable "nlp_min_cluster_size" { type = number }
variable "notifications_from_addr" { type = string }
variable "notifications_region" { type = string }
variable "oauthconnect_encryption_key" { type = string }
variable "object_instance_type" { type = string }
variable "object_max_cluster_size" { type = number }
variable "object_min_cluster_size" { type = number }
variable "onedrive_client_id" { type = string }
variable "onedrive_client_secret" { type = string }
variable "platform_access_cidrs" { type = string }
variable "platform_instance_id" { type = string }
variable "proxy_instance_type" { type = string }
variable "proxy_max_cluster_size" { type = number }
variable "proxy_min_cluster_size" { type = number }
variable "proxy_scale_down_thres" { type = number }
variable "proxy_scale_up_thres" { type = number }
variable "profile" { type = string }
variable "rds_backup_retention" { type = number }
variable "rds_instance_size" { type = string }
variable "rds_instance_count" { type = number }
variable "rds_password" { type = string }
variable "rds_snapshot" { type = string }
variable "rds_username" { type = string }
variable "region" { type = string }
variable "s3subscriber_priority" { type = number }
variable "saml_attr_email" { type = string }
variable "saml_attr_firstname" { type = string }
variable "saml_attr_lastname" { type = string }
variable "saml_attr_uid" { type = string }
variable "saml_cert" { type = string }
variable "saml_idp_metadata_url" { type = string }
variable "saml_key" { type = string }
variable "segment_write_key" { type = string }
variable "services_alb_internal" {
type = bool
default = false
}
variable "services_instance_type" { type = string }
variable "services_max_cluster_size" { type = number }
variable "services_min_cluster_size" { type = number }
variable "sharepoint_client_id" { type = string }
variable "sharepoint_client_secret" { type = string }
variable "sqs_s3notifications" { type = string }
variable "sqs_s3notifications_arn" { type = string }
variable "ssh_cidr_blocks" { type = string }
variable "ssl_certificate_arn" { type = string }
variable "tcues_instance_type" { type = string }
variable "tcues_max_cluster_size" { type = number }
variable "tcues_min_cluster_size" { type = number }
variable "temp_bucket" { type = string }
variable "usage_bucket" { type = string }
variable "vssoccer_instance_type" { type = string }
variable "vssoccer_max_cluster_size" { type = number }
variable "vssoccer_min_cluster_size" { type = number }