Skip to content

Commit a38c1ef

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

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.0"
7+
version = ">= 4.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
@@ -55,7 +55,7 @@ spec:
5555

5656
- component: "eks/alb-controller"
5757
source: github.com/cloudposse-terraform-components/aws-eks-alb-controller.git//src?ref={{.Version}}
58-
version: v1.535.1
58+
version: v1.537.1
5959
targets:
6060
- "components/terraform/eks/alb-controller"
6161
included_paths:

0 commit comments

Comments
 (0)