Skip to content

Commit 2d283ae

Browse files
Benbentwogoruha
andauthored
chore(deps): restrict aws provider version to < 6.0.0 (#31)
* chore(deps): restrict aws provider version to < 6.0.0 * Update vendor.yaml --------- Co-authored-by: Igor Rodionov <[email protected]>
1 parent 0bfdfd2 commit 2d283ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.9.0"
7+
version = ">= 4.9.0, < 6.0.0"
88
}
99
helm = {
1010
source = "hashicorp/helm"

test/fixtures/vendor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131

3232
- component: "eks/alb-controller"
3333
source: github.com/cloudposse-terraform-components/aws-eks-alb-controller.git//src?ref={{.Version}}
34-
version: v1.535.1
34+
version: v1.537.1
3535
targets:
3636
- "components/terraform/eks/alb-controller"
3737
included_paths:

0 commit comments

Comments
 (0)