Skip to content

Commit 9d55ef7

Browse files
committed
fixing helm source
1 parent e229691 commit 9d55ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/workloads/nginx/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ locals {
66
data "aws_partition" "current" {}
77

88
module "helm_addon" {
9-
source = "../helm-addon"
9+
source = "github.com/aws-ia/terraform-aws-eks-blueprints/modules/kubernetes-addons/helm-addon"
1010

1111
helm_config = merge(
1212
{

0 commit comments

Comments
 (0)