Known issues
This page provides known issues that you might run into while using Manufacturing Data Engine (MDE), and potential workarounds until they are tackled in a future MDE release. Read them carefully as they might affect your MDE deployment.
"Grafana module not found" error message, when running "terraform init" command
Issue 435653743: The terraform grafana module is disabled by default in
MDE, however, during MDE deployment or upgrade,
terraform init
will attempt to
load it, generating the "Grafana module not found" error.
Root cause: The repository that contained the helm-grafana terraform module has been removed by the owner. We are looking into alternatives for those customers interested in the integration.
MDE versions affected: All versions and releases.
Workaround: Rename the suffix of the module file with the following
command, so terraform init
doesn't try to load it:
mv modules/deployment/helm-grafana.tf modules/deployment/helm-grafana.disabled_tf
Alternatively, if you are not planning on using Grafana with MDE,you can remove helm-grafana.tf
rm modules/deployment/helm-grafana.tf