Skip to content

Commit 2143638

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 vendor.yaml --------- Co-authored-by: Igor Rodionov <[email protected]>
1 parent eb75cd1 commit 2143638

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
@@ -19,7 +19,7 @@ spec:
1919

2020
- component: "eks/karpenter-controller"
2121
source: github.com/cloudposse-terraform-components/aws-eks-karpenter-controller.git//src?ref={{.Version}}
22-
version: v1.535.2
22+
version: v1.536.2
2323
targets:
2424
- "components/terraform/eks/karpenter-controller"
2525
included_paths:

0 commit comments

Comments
 (0)