Skip to content

Commit 98b4224

Browse files
committed
Minor cleanup
1 parent fc342b1 commit 98b4224

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

variables.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ variable "cluster_instance_root_block_device_type" {
5353
}
5454

5555
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."
5757
type = string
5858
default = "/dev/xvda"
5959
nullable = false
@@ -141,7 +141,7 @@ variable "default_egress_cidrs" {
141141
}
142142

143143
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."
145145
type = map(string)
146146
default = {}
147147
nullable = false
@@ -199,28 +199,28 @@ variable "asg_capacity_provider_target_capacity" {
199199
}
200200

201201
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."
203203
type = number
204204
default = 0
205205
nullable = false
206206
}
207207

208208
variable "enable_detailed_monitoring" {
209-
description = "Enable detailed monitoring of EC2 instance(s)"
209+
description = "Enable detailed monitoring of EC2 instance(s)."
210210
type = bool
211211
default = true
212212
nullable = false
213213
}
214214

215215
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."
217217
type = bool
218218
default = true
219219
nullable = false
220220
}
221221

222222
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."
224224
type = string
225225
default = null
226226
}

0 commit comments

Comments
 (0)