Skip to content

Commit

Permalink
Merge pull request #14 from carlosrodlop/feat-branch
Browse files Browse the repository at this point in the history
[Blueprints v5 Module]: Bug fixes
  • Loading branch information
carlosrodlop authored Nov 8, 2023
2 parents d371747 + dbaa8c9 commit d7639f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion clouds/aws/modules/aws-eks-addons-v5/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module "eks_blueprints_addons" {
}
enable_external_dns = local.eks_bp_addon_external_dns
external_dns = {
create_role = true,
values = [templatefile("${local.helm_values_path}/external-dns.yaml", {
zoneIdFilter = local.route53_zone_id
zoneType = local.hosted_zone_type
Expand Down Expand Up @@ -105,7 +106,7 @@ module "ebs_csi_driver_irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.29.0"

role_name_prefix = "${var.eks_cluster_id}-ebs-csi-driver-"
role_name_prefix = "${var.eks_cluster_id}-ebs-csi-driv"

attach_ebs_csi_policy = true

Expand Down
2 changes: 1 addition & 1 deletion libs/k8s

0 comments on commit d7639f1

Please sign in to comment.