sourcefuse / terraform-aws-arc-eks

Repo for managing the EKS Terraform Module.
3 stars 0 forks source link

arc-mono-repo-infra-template: EKS IAM Role ARN Update #65

Open Pushpak562 opened 11 months ago

Pushpak562 commented 11 months ago

Currently, there is a hardcoded ARN that needs to be updates into something more dynamic for the account it is being created in.

Repo: GitHub - sourcefuse/arc-mono-repo-infra-template: Repo for managing the ARC Mono repo infrastructure template.

Path: skeleton/terraform/eks/dev.tfvars

Current value for map_additional_iam_roles:

map_additional_iam_roles = [
  {
    username = "admin",
    groups   = ["system:masters"],
    rolearn  = "arn:aws:iam::757583164619:role/sourcefuse-poc-2-admin-role"
  }
mayank0202 commented 2 months ago

FYI - This can be corrected in eks repo first as we have removed eks folder from this template for the time being GitHub - sourcefuse/arc-mono-repo-infra-template: Repo for managing the ARC Mono repo infrastructure template.