Good morning. I am trying to run through the GCP d...
# getting-started
s
Good morning. I am trying to run through the GCP dashboard creation from https://www.pulumi.com/registry/packages/gcp/api-docs/monitoring/dashboard/ When trying the grid layout example I get the following error.
Copy code
Diagnostics:
  gcp:monitoring:Dashboard (dashboard):
    error: gcp:monitoring/dashboard:Dashboard resource 'dashboard' has a problem: "dashboard_json" contains an invalid JSON: invalid character 'a' after object key:value pair. Examine values at 'Dashboard.DashboardJson'.
I can get rid of the error by striping the escaped double quotes from the filter lines but it errors on an invalid entry for the metric type from GCP. Has anyone had luck creating dashboards in GCP recently? I tried the json directly with a json.dumps but it does not work as well.