Skip to content

Commit ffea51f

Browse files
committed
fix lint & update ver
1 parent 86cabef commit ffea51f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

examples/eks/eks_cluster_live_migration/castai.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "castai_eks_user_arn" "castai_user_arn" {
1616
module "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

examples/eks/eks_cluster_live_migration/tf.vars.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ cluster_name = "<place-holder>"
22
cluster_region = "<place-holder>"
33
castai_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"

examples/eks/eks_cluster_live_migration/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ variable "install_helm_live" {
5757

5858
variable "live_helm_version" {
5959
type = string
60-
default = "0.38.0"
60+
default = "0.39.0"
6161
}

0 commit comments

Comments
 (0)