Skip to content

Commit 0c9c232

Browse files
authored
chore(deps): restrict aws provider version to < 6.0.0 (#32)
1 parent 36568ca commit 0c9c232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/modules/redis_cluster/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.0"
7+
version = ">= 4.0, < 6.0.0"
88
}
99
random = {
1010
source = "hashicorp/random"

src/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.0"
7+
version = ">= 4.0, < 6.0.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)