diff --git a/modules/eks-monitoring/dashboards.tf b/modules/eks-monitoring/dashboards.tf index deee5c27..d130e80d 100644 --- a/modules/eks-monitoring/dashboards.tf +++ b/modules/eks-monitoring/dashboards.tf @@ -95,23 +95,23 @@ YAML depends_on = [module.external_secrets] } -# gpu dashboards -resource "kubectl_manifest" "gpu_monitoring_dashboards" { +# nvidia dashboards +resource "kubectl_manifest" "nvidia_monitoring_dashboards" { yaml_body = <