Skip to content

Commit d8ff3e3

Browse files
committed
Hardcode the aws and helm version
1 parent 064c104 commit d8ff3e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/eks/eks_clusters/versions.tf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ terraform {
77
source = "hashicorp/kubernetes"
88
}
99
helm = {
10-
source = "hashicorp/helm"
10+
source = "hashicorp/helm"
11+
version = "~> 2.0"
1112
}
1213
aws = {
13-
source = "hashicorp/aws"
14+
source = "hashicorp/aws"
15+
version = "~> 5.0"
1416
}
1517
}
1618
required_version = ">= 0.13"

0 commit comments

Comments
 (0)