File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ variable "cluster_instance_root_block_device_type" {
53
53
}
54
54
55
55
variable "cluster_instance_root_block_device_path" {
56
- description = " Path of the instance root block storage volume"
56
+ description = " Path of the instance root block storage volume. "
57
57
type = string
58
58
default = " /dev/xvda"
59
59
nullable = false
@@ -141,7 +141,7 @@ variable "default_egress_cidrs" {
141
141
}
142
142
143
143
variable "tags" {
144
- description = " Map of tags to be applied to all resources in cluster"
144
+ description = " Map of tags to be applied to all resources in cluster. "
145
145
type = map (string )
146
146
default = {}
147
147
nullable = false
@@ -199,28 +199,28 @@ variable "asg_capacity_provider_target_capacity" {
199
199
}
200
200
201
201
variable "cluster_log_group_retention" {
202
- description = " The number of days logs will be retained in the CloudWatch log group of the cluster"
202
+ description = " The number of days logs will be retained in the CloudWatch log group of the cluster. "
203
203
type = number
204
204
default = 0
205
205
nullable = false
206
206
}
207
207
208
208
variable "enable_detailed_monitoring" {
209
- description = " Enable detailed monitoring of EC2 instance(s)"
209
+ description = " Enable detailed monitoring of EC2 instance(s). "
210
210
type = bool
211
211
default = true
212
212
nullable = false
213
213
}
214
214
215
215
variable "cluster_instance_enable_ebs_volume_encryption" {
216
- description = " Determines whether encryption is enabled on the EBS volume"
216
+ description = " Determines whether encryption is enabled on the EBS volume. "
217
217
type = bool
218
218
default = true
219
219
nullable = false
220
220
}
221
221
222
222
variable "cluster_instance_ebs_volume_kms_key_id" {
223
- description = " KMS key to use for encryption of the EBS volume when enabled"
223
+ description = " KMS key to use for encryption of the EBS volume when enabled. "
224
224
type = string
225
225
default = null
226
226
}
You can’t perform that action at this time.
0 commit comments