File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
examples/eks/eks_cluster_live_migration Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ resource "castai_eks_user_arn" "castai_user_arn" {
1616module "castai-eks-role-iam" {
1717 source = " castai/eks-role-iam/castai"
1818 version = " ~> 1.0"
19- count = var. enable_castai ? 1 : 0
19+ count = var. enable_castai ? 1 : 0
2020
2121 aws_account_id = data. aws_caller_identity . current . account_id
2222 aws_cluster_region = var. cluster_region
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ cluster_name = "<place-holder>"
22cluster_region = "<place-holder>"
33castai_api_token = "<place-holder>"
44
5- live_proxy_version = "0.36.0"
6- live_helm_version = "0.36.0"
5+ live_helm_version = "0.39.0"
Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ variable "install_helm_live" {
5757
5858variable "live_helm_version" {
5959 type = string
60- default = " 0.38 .0"
60+ default = " 0.39 .0"
6161}
You can’t perform that action at this time.
0 commit comments