Skip to content

Commit 3c546f7

Browse files
authored
Merge pull request tmknom#14 from tmknom/bump-default-of-engine-version-to-5.0.6
Bump default of engine_version to 5.0.6
2 parents 1c2c287 + c858885 commit 3c546f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variable "ingress_cidr_blocks" {
2929
}
3030

3131
variable "engine_version" {
32-
default = "5.0.0"
32+
default = "5.0.6"
3333
type = string
3434
description = "The version number of the cache engine to be used for the cache clusters in this replication group."
3535
}

0 commit comments

Comments
 (0)