Skip to content

Commit

Permalink
update to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdikarimian committed Jul 25, 2023
1 parent f038b55 commit 6bafe1e
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 1 deletion.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified examples/redis-basic/main.tf
100644 → 100755
Empty file.
Empty file modified examples/redis-basic/provider.tf
100644 → 100755
Empty file.
Empty file modified examples/redis-basic/variables.tf
100644 → 100755
Empty file.
Empty file modified examples/redis-basic/versions.tf
100644 → 100755
Empty file.
Empty file modified examples/redis-clustered-mode/main.tf
100644 → 100755
Empty file.
Empty file modified examples/redis-clustered-mode/provider.tf
100644 → 100755
Empty file.
Empty file modified examples/redis-clustered-mode/variables.tf
100644 → 100755
Empty file.
Empty file modified examples/redis-clustered-mode/versions.tf
100644 → 100755
Empty file.
Empty file modified examples/redis-replication-group/main.tf
100644 → 100755
Empty file.
Empty file modified examples/redis-replication-group/provider.tf
100644 → 100755
Empty file.
Empty file modified examples/redis-replication-group/variables.tf
100644 → 100755
Empty file.
Empty file modified examples/redis-replication-group/versions.tf
100644 → 100755
Empty file.
Empty file modified main.tf
100644 → 100755
Empty file.
Empty file modified output.tf
100644 → 100755
Empty file.
Empty file modified security-groups.tf
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion variables.tf
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "subnet_name" {
}

variable "family" {
default = "redis6.x"
default = "redis7.x"
}

variable "node_type" {
Expand Down
Empty file modified versions.tf
100644 → 100755
Empty file.

0 comments on commit 6bafe1e

Please sign in to comment.