Grafana module for terraform. Grafana has been configured with GitHub Oauth support, and external image store using S3
module "grafana" {
source = "github.com/nuuday/terraform-k8s-grafana"
database_subnets = [ "database", "subnets" ]
oauth_github_client_id = "github-client-id"
oauth_github_client_secret = "github-client-secret"
oidc_provider_issuer_url = ""
source_security_group = "security group source for connecting to the database"
vpc_id = "VPC id"
}
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Steffen F. Qvistgaard - Initial work - PurpleBooth
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc