Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuuday/terraform-k8s-grafana
Grafana module for terraform. Grafana has been configured with GitHub Oauth support, and external image store using S3
https://github.com/nuuday/terraform-k8s-grafana
aws github grafana mobile-tribe s3 terraform
Last synced: 27 days ago
JSON representation
Grafana module for terraform. Grafana has been configured with GitHub Oauth support, and external image store using S3
- Host: GitHub
- URL: https://github.com/nuuday/terraform-k8s-grafana
- Owner: nuuday
- Created: 2020-06-16T10:26:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T13:56:07.000Z (3 months ago)
- Last Synced: 2024-11-05T14:49:55.486Z (3 months ago)
- Topics: aws, github, grafana, mobile-tribe, s3, terraform
- Language: HCL
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Grafana running on Kubernetes with RDS and S3 backend
Grafana module for terraform. Grafana has been configured with GitHub Oauth support, and external image store using S3## Usage
```
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"
}
```## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/nuuday/terraform-k8s-grafana/tags).
## Authors
* **Steffen F. Qvistgaard** - *Initial work* - [PurpleBooth](https://github.com/qvistgaard)
See also the list of [contributors](https://github.com/nuuday/project/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc