Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivleshc/07d1ce894dd9a784b5662b6365fe868a to your computer and use it in GitHub Desktop.
Save nivleshc/07d1ce894dd9a784b5662b6365fe868a to your computer and use it in GitHub Desktop.
Contents of grafana/providers.tf from the visualise-network-traffic repository.
# this needs to be declared inside this module as well as the root module
terraform {
required_providers {
grafana = {
source = "grafana/grafana"
version = ">= 2.13.0"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment