Skip to content

jwierzbo/terraform-provider-grafanads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
jwierzbo
Oct 5, 2020
6c64ac8 · Oct 5, 2020

History

6 Commits
Oct 5, 2020
Oct 5, 2020
Oct 5, 2020
Oct 2, 2020
Oct 2, 2020
Oct 2, 2020
Oct 2, 2020
Oct 2, 2020
Oct 5, 2020
Oct 5, 2020

Repository files navigation

terraform-provider-grafanads

The terraform provider to manage every type of Grafana Datasource

Based on: https://github.com/grafana/grafana-api-golang-client

Requirements

Tested with:

  • Terraform 0.12.x
  • Go 1.13 (to build the provider plugin)

Usage

Example code is located under sample directory (sample/main.tf)

make install-local
cd sample
terraform init
terraform plan
terraform apply

Tests

In order to test the provider, you can simply run make test.

$ make test

In order to run the full suite of Acceptance tests, run make testacc.

GRAFANA_URL=https://grafana.company.com GRAFANA_AUTH=XYZ make testacc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published