README.md

June 10, 2026 ยท View on GitHub

Description

Creates a monitoring dashboard for the HPC cluster deployment. The module includes a default HPC-focused dashboard with the ability to add custom widgets as well as the option to add an empty dashboard and add widgets as needed.

Example

- id: hpc_dash
  source: modules/monitoring/dashboard
  settings:
    widgets:
    - |
      {
        "text": {
          "content": "## Header",
          "format": "MARKDOWN"
        },
        "title": "Custom Text Block Widget"
      }

This module creates a dashboard based on the HPC dashboard (default) with an extra text widget added as a multi-line string representing a JSON block.

License

Copyright 2026 Google LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Requirements

NameVersion
terraform>= 1.12.2
google>= 3.83

Providers

NameVersion
google>= 3.83

Modules

No modules.

Resources

NameType
google_monitoring_dashboard.dashboardresource

Inputs

NameDescriptionTypeDefaultRequired
base_dashboardBaseline dashboard template, select from HPC or Emptystring"HPC"no
deployment_nameThe name of the current deploymentstringn/ayes
labelsLabels to add to the monitoring dashboard instance. Key-value pairs.map(string)n/ayes
project_idProject in which the HPC deployment will be createdstringn/ayes
titleTitle of the created dashboardstring"Cluster Toolkit Dashboard"no
widgetsList of additional widgets to add to the base dashboard.list(string)[]no

Outputs

NameDescription
instructionsInstructions for accessing the monitoring dashboard