We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0472890 commit 4017757Copy full SHA for 4017757
examples/eks/eks_live_migration/main.tf
@@ -8,10 +8,14 @@ terraform {
8
}
9
castai = {
10
source = "castai/castai"
11
- version = "7.51.0"
+ version = "~> 7.55"
12
13
kubernetes = {
14
source = "hashicorp/kubernetes"
15
16
+ helm = {
17
+ source = "hashicorp/helm"
18
+ version = "~> 2.15.0" # Force v2.x instead of v3.x
19
+ }
20
21
0 commit comments