We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5a0b61 + 50419b2 commit 67c97cfCopy full SHA for 67c97cf
main.tf
@@ -3,6 +3,9 @@ data "aws_vpc" "vpc" {
3
}
4
5
resource "random_id" "salt" {
6
+ keepers = {
7
+ redis_version = "${var.redis_version}"
8
+ }
9
byte_length = 8
10
11
0 commit comments