castai / terraform-castai-eks-role-iam

CAST AI terraform module providing access through AssumeRole IAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CAST AI terraform module providing access through AssumeRole IAM

License:MIT License


Languages

Language:HCL 100.0%