/terraform-castai-eks-role-iam

CAST AI terraform module providing access through AssumeRole IAM

Primary LanguageHCLMIT LicenseMIT

Terraform module for creating AWS IAM resources required to connect EKS with CAST AI, providing access through AssumeRole IAM.

Website: https://www.cast.ai

Requirements

Using the module

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-iam-role" {
  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
}

Examples

Usage examples are located in terraform provider repo