Skip to content

Commit 45d0db3

Browse files
Update castai.tf
1 parent e993f56 commit 45d0db3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/eks/eks_cluster_ipv6/castai.tf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@ provider "helm" {
2323
exec = {
2424
api_version = "client.authentication.k8s.io/v1beta1"
2525
command = "aws"
26-
args = ["eks", "get-token", "--cluster-name", module.eks.cluster_name, "--region", var.cluster_region]
26+
args = [
27+
"eks", "get-token",
28+
"--cluster-name", module.eks.cluster_name,
29+
"--region", var.cluster_region
30+
]
2731
}
2832
}
2933
}
3034

3135

36+
3237
# Create AWS IAM policies and a user to connect to CAST AI.
3338
module "castai-eks-role-iam" {
3439
source = "castai/eks-role-iam/castai"

0 commit comments

Comments
 (0)