2.0.0 (2024-09-19)
⚠ BREAKING CHANGES
- Redis Authentication is now enforced (#42)
- To upgrade, remove the "enable_auth" input flag from the module ref
module "redis" {
source = "github.com/entur/terraform-google-memorystore//modules/redis?ref=v2.0.0"
init = module.init
enable_auth = true
...
..
News
- Now supports Firebase projects with custom vpc - example