Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 08:48
da20e15

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

Bug Fixes