# # EKS Cluster Resources # * IAM Role to allow EKS service to manage other AWS services # * EC2 Security Group to allow networking traffic with EKS cluster # * EKS Cluster # resource "aws_iam_role" "company-cluster" { name = "${var.cluster-name}-iam-role" assume_role_policy = <