jenkins-x / terraform-aws-eks-jx

A Terraform module for creating Jenkins X infrastructure on AWS
Apache License 2.0
63 stars 41 forks source link

feat: ebs csi driver addon output #370

Closed tgelpi closed 6 months ago

tgelpi commented 9 months ago

Description

The latest release for the eks-jx module 1.21.8 does not include output variables for the new addon irsa role. This request provides the variables and updates to the README.md on how to enable EBS CSI driver addon.

Special notes for the reviewer(s)

The following output variable should also be added to https://github.com/jx3-gitops-repositories/jx3-terraform-eks/output.tf

output "ebscsi_addon_iam_role" {
  value       = module.eks-jx.ebscsi_addon_iam_role
  description = "The IAM Role that the build pods will assume to authenticate"
}
tgelpi commented 9 months ago

/cc @msvticket Since you were kind enough to handle my other PR wanted to make sure you were alerted to this.

msvticket commented 6 months ago

I'll fix the last myself