Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devopshobbies/terraform-helm-grafana
Automate Grafana with Helm and terraform
https://github.com/devopshobbies/terraform-helm-grafana
grafana grafana-dashboard grafana-plugin helm helm-charts terraform
Last synced: about 2 months ago
JSON representation
Automate Grafana with Helm and terraform
- Host: GitHub
- URL: https://github.com/devopshobbies/terraform-helm-grafana
- Owner: devopshobbies
- Created: 2022-03-07T15:45:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T17:42:46.000Z (5 months ago)
- Last Synced: 2024-08-12T20:42:07.314Z (5 months ago)
- Topics: grafana, grafana-dashboard, grafana-plugin, helm, helm-charts, terraform
- Language: HCL
- Homepage:
- Size: 95.7 KB
- Stars: 24
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Terraform helm grafana configuration
I test it with :
Terraform v1.5.4
provider helm v3.12.2
provider hashicorp/kubernetes v2.11.0- Change adminPassword in values.yaml
- for auto load prometheus:
```
prometheus svc name: prometheus-k8s
prometheus namespace: monitoring
```
or change address datasources.datasources.url in values.yaml- Run Terraform commands
```
terraform init
terraform plan
terraform apply
```if you want to recreate a machine without destroy and recreate whole the infrastracture, you can go for the taint command
`terraform taint [options]
`and new Recommand for Terraform v0.15.2 and later is -replace flag
`terraform apply -replace="aws_instance.example[0]"`