Skip to content

Commit

Permalink
update pattern to be consistent with module names for addons
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Santana <[email protected]>
  • Loading branch information
csantanapr committed Oct 28, 2023
1 parent d962ff7 commit 17cfd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/private-public-ingress/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ module "ingres_nginx_internal" {
}
}

module "eks_blueprints_kubernetes_addons" {
module "eks_blueprints_addons" {
source = "aws-ia/eks-blueprints-addons/aws"
version = "~> 1.0"

Expand Down

0 comments on commit 17cfd49

Please sign in to comment.