We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af8bb0 commit e88714eCopy full SHA for e88714e
main.tf
@@ -4,6 +4,9 @@ data "aws_vpc" "vpc" {
4
5
resource "random_id" "salt" {
6
byte_length = 8
7
+ keepers = {
8
+ redis_version = var.redis_version
9
+ }
10
}
11
12
resource "aws_elasticache_replication_group" "redis" {
0 commit comments