Skip to content

Commit 4e05176

Browse files
committed
fix: elasticache requires at least version 5.47 for in-transit encryption
1 parent 719b36f commit 4e05176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/elasticache/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 4.0"
5+
version = ">= 5.47"
66
}
77
}
88
required_version = ">= 1.0"

0 commit comments

Comments
 (0)