diff --git a/ecr/variables.tf b/ecr/variables.tf index 46ce734..4b4c640 100644 --- a/ecr/variables.tf +++ b/ecr/variables.tf @@ -19,6 +19,6 @@ variable "untagged_images_to_keep" { } variable "tags" { - type = object + type = map description = "Tags to pass" }