diff --git a/platform/modules/cloudwatch-adapter/main.tf b/platform/modules/cloudwatch-adapter/main.tf index ffb763a..aebe326 100644 --- a/platform/modules/cloudwatch-adapter/main.tf +++ b/platform/modules/cloudwatch-adapter/main.tf @@ -1,4 +1,4 @@ -resource "helm_release" "ingress_config" { +resource "helm_release" "cloudwatch_adapter" { chart = "${path.module}/chart" name = var.name namespace = var.k8s_namespace