We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5bdcd commit 10c84e8Copy full SHA for 10c84e8
modules/service/variables.tf
@@ -283,7 +283,7 @@ variable "volume_configuration" {
283
snapshot_id = optional(string)
284
throughput = optional(number)
285
volume_type = optional(string)
286
- tag_specification = optional(list(object({
+ tag_specifications = optional(list(object({
287
resource_type = string
288
propagate_tags = optional(string, "TASK_DEFINITION")
289
tags = optional(map(string))
0 commit comments