From c1c9f7689a0577520f9ec6f041330a0be7f09198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Vald=C3=A9s?= Date: Tue, 7 Jan 2025 14:19:34 -0300 Subject: [PATCH] Update variable name In main.tf it is used a plural tag_specifications name for the attribute --- modules/service/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/service/variables.tf b/modules/service/variables.tf index 185e9b7..75d31ca 100644 --- a/modules/service/variables.tf +++ b/modules/service/variables.tf @@ -283,7 +283,7 @@ variable "volume_configuration" { snapshot_id = optional(string) throughput = optional(number) volume_type = optional(string) - tag_specification = optional(list(object({ + tag_specifications = optional(list(object({ resource_type = string propagate_tags = optional(string, "TASK_DEFINITION") tags = optional(map(string))