Skip to content

Commit

Permalink
feat: added version.tf in example
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Aug 8, 2023
1 parent 7cccf78 commit 25246da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Expand Up @@ -79,13 +79,13 @@ variable "node_type" {
}

variable "security_group_names" {
type = list(string)
type = list(string)
default = null
description = "A list of cache security group names to associate with this replication group."
}

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

0 comments on commit 25246da

Please sign in to comment.