Skip to content

Commit 534d6ff

Browse files
LuisValdesZerobryantbiggs
authored andcommitted
chore: Update variable name to tag_specifications (#251)
Update variable name In main.tf it is used a plural tag_specifications name for the attribute
1 parent f49ece5 commit 534d6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/service/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ variable "volume_configuration" {
283283
snapshot_id = optional(string)
284284
throughput = optional(number)
285285
volume_type = optional(string)
286-
tag_specification = optional(list(object({
286+
tag_specifications = optional(list(object({
287287
resource_type = string
288288
propagate_tags = optional(string, "TASK_DEFINITION")
289289
tags = optional(map(string))

0 commit comments

Comments
 (0)