Skip to content

Deploys an Azure managed Grafana instance with optional log analytics workspace.

License

Notifications You must be signed in to change notification settings

skaylink/terraform-azurerm-skaylink-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skaylink Terraform module; Grafana (Preview)

This module deploys a simple Azure managed Grafana instance and log analytics workspace for your metrics needs.

Requirements

No requirements.

Providers

Name Version
azurerm 3.9.0

Modules

No modules.

Resources

Name Type
azurerm_log_analytics_workspace.workspace resource
azurerm_resource_group_template_deployment.grafana resource
azurerm_role_assignment.grafana_admin resource
azurerm_resource_group.rg data source

Inputs

Name Description Type Default Required
admin_user_object_id The object ID of the user or group you want to grant admin access on the Grafana instance. string n/a yes
log_analytics_workspace Whether or not you want to deploy a log analytics workspace for the Grafana instance, set to false if you already have an instance. bool true no
name The prefix name you want to use to deploy the resources, typically the name of the project string n/a yes
resource_group The name of the resource group you are deploying the services to. string n/a yes

Outputs

No outputs.

About

Deploys an Azure managed Grafana instance with optional log analytics workspace.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages