We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cccf78 commit 25246daCopy full SHA for 25246da
variables.tf
@@ -79,13 +79,13 @@ variable "node_type" {
79
}
80
81
variable "security_group_names" {
82
- type = list(string)
+ type = list(string)
83
default = null
84
description = "A list of cache security group names to associate with this replication group."
85
86
87
variable "snapshot_arns" {
88
89
90
description = "A single-element string list containing an Amazon Resource Name (ARN) of a Redis RDB snapshot file stored in Amazon S3."
91
0 commit comments