aws-ia / terraform-aws-eks-blueprints-addons

Terraform module which provisions addons on Amazon EKS clusters
https://aws-ia.github.io/terraform-aws-eks-blueprints-addons/main/
Apache License 2.0
272 stars 127 forks source link

aws-eks-blueprints-addons module "aws-ebs-csi" is missing role and policy creation. #225

Closed SmithaRangappaGitHub closed 1 year ago

SmithaRangappaGitHub commented 1 year ago

Description

aws-eks-blueprints-addons module "aws-ebs-csi" is not creating role and policy.

Versions

Steps to reproduce the behavior:

terraform init terraform plan Terraform will perform the following actions:

module.eks_blueprints_addons.aws_eks_addon.this["aws-ebs-csi-driver"] will be created

Expected behaviour

Missing irsa role and policy:

aws_iam_role.irsa aws_iam_policy.aws_ebs_csi_driver

Actual behaviour

Creating only below module module.eks_blueprints_addons.aws_eks_addon.this["aws-ebs-csi-driver"]

bryantbiggs commented 1 year ago

duplicate of #186