Skip to content

Commit

Permalink
Merge branch 'main' into danielpanzella/bigtable-and-pubsub-prep-for-…
Browse files Browse the repository at this point in the history
…merge
  • Loading branch information
levinandrew committed Nov 27, 2024
2 parents bee1d98 + 5ef4e53 commit b61cacf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [6.2.0](https://github.com/wandb/terraform-google-wandb/compare/v6.1.0...v6.2.0) (2024-11-27)


### Features

* Configure notify-keyspace-events for redis ([#180](https://github.com/wandb/terraform-google-wandb/issues/180)) ([e63e89f](https://github.com/wandb/terraform-google-wandb/commit/e63e89fe26fc935ccbda2e2a2ae13fb4b63865f6))

## [6.1.0](https://github.com/wandb/terraform-google-wandb/compare/v6.0.0...v6.1.0) (2024-11-27)


Expand Down
4 changes: 4 additions & 0 deletions modules/redis/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ resource "google_redis_instance" "default" {
auth_enabled = true

labels = var.labels

redis_configs = {
notify-keyspace-events = "K$"
}
}

0 comments on commit b61cacf

Please sign in to comment.