We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce29a42 commit 50419b2Copy full SHA for 50419b2
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