Skip to content

Commit 25246da

Browse files
feat: added version.tf in example
1 parent 7cccf78 commit 25246da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ variable "node_type" {
7979
}
8080

8181
variable "security_group_names" {
82-
type = list(string)
82+
type = list(string)
8383
default = null
8484
description = "A list of cache security group names to associate with this replication group."
8585
}
8686

8787
variable "snapshot_arns" {
88-
type = list(string)
88+
type = list(string)
8989
default = null
9090
description = "A single-element string list containing an Amazon Resource Name (ARN) of a Redis RDB snapshot file stored in Amazon S3."
9191
}

0 commit comments

Comments
 (0)