diff --git a/deployments/wazuh/ps6/variables.tf b/deployments/wazuh/ps6/variables.tf index 474753a..9428576 100644 --- a/deployments/wazuh/ps6/variables.tf +++ b/deployments/wazuh/ps6/variables.tf @@ -98,5 +98,5 @@ variable "wazuh_indexer_units" { variable "wazuh_server_storage" { description = "Storage constraints for the Wazuh Server" - type = string + type = map(string) }