Skip to content

Commit 87a1f7c

Browse files
authored
Merge pull request #15 from aws-observability/nginx-module-source
fixing helm source
2 parents 0eaf527 + 9d55ef7 commit 87a1f7c

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)