diff --git a/variables.tf b/variables.tf index 6cab93ce403fe83bee94bad5fceb0b3941aa0251..2516b0abee89b7c988a96bcccf8f34b8dd2814d9 100644 --- a/variables.tf +++ b/variables.tf @@ -9,6 +9,6 @@ variable "controller_service" { variable "annotations" { description = "Annotations for the Controller Settings" - type = map + type = any default = {} } \ No newline at end of file