Terraform module for creating AWS IAM resources required to connect EKS with CAST AI, providing access through AssumeRole IAM.
Website: https://www.cast.ai
- Terraform 0.13+
A module to create AWS IAM policies and a role to connect to CAST.AI
Requires castai/castai
and hashicorp/aws
providers to be configured.
module "castai-eks-role-iam" {
source = "castai/eks-role-iam/castai"
aws_account_id = var.aws_account_id
aws_cluster_vpc_id = var.aws_vpc_id
aws_cluster_region = var.aws_cluster_region
aws_cluster_name = var.aws_cluster_name
castai_user_arn = var.castai_user_arn
}
Usage examples are located in terraform provider repo