Enable redis stream in redis helm chart bitnami with terraform
I am trying to deploy a standalone redis with bitnami helm chart and activate the redis stream and set the stream-db-max-len to 100. I have this tf file: resource "helm_release" "redis" { timeout = 120 name = "redis-stream" namespace =…