Skip to content

Commit 217d588

Browse files
Benbentwogoruha
andauthored
chore(deps): restrict aws provider version to < 6.0.0 (#32)
* chore(deps): restrict aws provider version to < 6.0.0 * Update versions.tf --------- Co-authored-by: Igor Rodionov <[email protected]>
1 parent 97ad1a6 commit 217d588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.0"
7+
version = ">= 4.0, < 6.0.0"
88
}
99
helm = {
1010
source = "hashicorp/helm"
11-
version = ">= 2.6.0"
11+
version = ">= 2.6.0, < 3.0.0"
1212
}
1313
kubernetes = {
1414
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)