Dashboard is a module that creates a dashboard in Guance Cloud. It contains a set of built-in dashboards that are designed to provide a quick overview of your infrastructure.
terraform {
required_version = ">= 1.0"
required_providers {
guance = {
source = "GuanceCloud/guance"
version = "0.0.4"
}
}
}
provider "guance" {
}
module "nginx" {
source = "GuanceCloud/dashboard/guance//modules/nginx"
version = "0.0.1"
name = "oac-demo"
}
Use the submodules dropdown in Hashicorp Registry to view the 156 submodules defined within this module.
If you have any feedback, please create an issue or a pull request.
If you wish to contribute to this repository, please fork it and send us a pull request.
This Contribution Guidelines document contains more detailed information about contributing to this repository.
This repository is licensed under the Apache 2.0 License.