Skip to content

GuanceCloud/terraform-guance-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Modules for Guance Cloud Dashboard

cover

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.

Usage

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.

Feedback

If you have any feedback, please create an issue or a pull request.

Contributing

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.

License

This repository is licensed under the Apache 2.0 License.