Skip to content

Commit

Permalink
Merge pull request #68 from remerge/DSP-804-fix-redis-configs-param-name
Browse files Browse the repository at this point in the history
DSP-804 Fix config param name
  • Loading branch information
Yasmine-97 authored Feb 12, 2025
2 parents bd321c6 + 7d16e1d commit ca4d5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/redis/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "google_redis_instance" "main" {
}

redis_configs = {
maxmemory_policy = var.maxmemory_policy
maxmemory-policy = var.maxmemory_policy
}

depends_on = [
Expand Down

0 comments on commit ca4d5c6

Please sign in to comment.