Skip to content

Commit

Permalink
Update variable name
Browse files Browse the repository at this point in the history
In main.tf it is used a plural tag_specifications name for the attribute
  • Loading branch information
LuisValdesZero authored Jan 7, 2025
1 parent bf5bdcd commit c1c9f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/service/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit c1c9f76

Please sign in to comment.