dashboard

claranet/dashboard/azurerm

Terraform Module HCL AZURERM

Terraform module for Azure Dashboard

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

Azure Portal Dashboard ![Changelog](CHANGELOG.md) ![Notice](NOTICE) ![Apache V2 License](LICENSE) ![OpenTofu Registry](https://search.opentofu.org/module/claranet/dashboard/azurerm/) This module creates a shared dashboard based on a JSON file Global versioning rule for Claranet Azure modules | Module version | Terraform version | OpenTofu version | AzureRM version | | -------------- | ----------------- | ---------------- | --------------- | | >= 8.x.x | Unverified | 1.8.x | >= 4.0 | | >= 7.x.x | 1.3.x | | >= 3.0 | | >= 6.x.x | 1.x | | >= 3.0 | | >= 5.x.x | 0.15.x | | >= 2.0 | | >= 4.x.x | 0.13.x / 0.14.x | | >= 2.0 | | >= 3.x.x | 0.12.x | | >= 2.0 | | >= 2.x.x | 0.12.x | | = 1.2.28 | | azurerm | ~> 4.31 | Modules No modules. Resources | Name | Type | |------|------| | [azurerm_portal_dashb

Inputs (13)
NameTypeDescriptionDefault
client_namestringClient name/account used in naming. required
environmentstringProject environment. required
stackstringProject stack name. required
locationstringAzure region to use. required
location_shortstringShort string for Azure location. required
resource_group_namestringResource group name. required
contentstringDashboard JSON content. required
display_titlestringDisplay title for dashboard, defaults to name.""
name_prefixstringOptional prefix for the generated name.""
custom_namestringCustom name for dashboard, generated if not set.""
default_tags_enabledboolOption to enable or disable default tags.true
name_suffixstringOptional suffix for the generated name.""
extra_tagsmap(string)Additional tags to add on resources.{}
Outputs (2)
resource — Dashboard resource object.
id — Dashboard ID.
Resources (1)
azurerm_portal_dashboard
Details
FrameworkTerraform Module
LanguageHCL
Version8.1.2
Cloud AZURERM
★ Stars4
Forks3
Total downloads12.8k
Inputs13
Outputs2
Resources1
Examples1
LicenseApache-2.0
Namespaceclaranet
Updated