16 Aug 2024 10:17 AM
Hello community,
I'm attempting to create dashboards using terraform (we arent going down the path of Monaco). I have been told in order to use the new dashboard app, I would have to use the dynatrace_document which I believe I successfully have. I ensured that I had been using a service accound with all the document related policies. However when creating the dashboard, i am unable to find it on the UI.
I have a feeling it is something to do with sharing. My code is pretty simple.
Solved! Go to Solution.
03 Sep 2024 12:30 PM
Managed to get the above working now. Essentially I was attempting to create dashboards using a service account (our companies pipelines to run the terraform apply) and we were unable to view the created dashboard.: To overcome this you are to add "private = false" in the resource. There was also a bug in the dynatrace terraform provider (which has been fixed in 1.65.0) to ensure that the private flag was fixed