dashboard

hadenlabs/dashboard/grafana

Terraform Module HCL GRAFANA

Grafana dashboard Terraform module

Install
module "dashboard" {
source = "hadenlabs/dashboard/grafana"
version = "0.1.0"
}
plain text: /constructs/tfmod-hadenlabs-dashboard-grafana/install.txt
⭐ Source on GitHub 📦 Registry page
README

![Latest Release](https://github.com/hadenlabs/terraform-grafana-dashboard/releases) ![Lint](https://github.com/hadenlabs/terraform-grafana-dashboard/actions?workflow=lint-code) ![CI](https://github.com/hadenlabs/terraform-grafana-dashboard/actions?workflow=ci) ![Test](https://github.com/hadenlabs/terraform-grafana-dashboard/actions?workflow=test) ![pre-commit](https://github.com/pre-commit/pre-commit) ![Conventional Commits](https://conventionalcommits.org) ![KeepAChangelog](https://keepachangelog.com) ![Terraform Version](https://github.com/hashicorp/terraform/releases) terraform-grafana-dashboard terraform-grafana-dashboard for project Requirements This is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration: - terraform - taskfile Usage

Inputs (3)
NameTypeDescriptionDefault
file_dashboardstringJSON file to Grafana dashboard required
enabledboolSet to false to prevent the module from creating any resourcestrue
foldernumberID folder to save the dashboard0
Outputs (4)
enabled — Enabled property of module
id — Grafana dashboard ID
uid — Grafana dashboard UID
version — Grafana dashboard version
Resources (1)
grafana_dashboard
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud GRAFANA
★ Stars1
Forks1
Total downloads478
Inputs3
Outputs4
Resources1
Examples1
LicenseLGPL-3.0
Namespacehadenlabs
Updated