Skip to content

Commit 870516b

Browse files
committed
feature: redis with aws tf version 4.0
1 parent d80101b commit 870516b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
aws = {
77
source = "hashicorp/aws"
8-
version = ">= 5.1.0"
8+
version = "~> 4.0"
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)