Grafana Service
| Name | Version |
|---|---|
| aws | ~> 3.0 |
| grafana.base | 1.22.0 |
| helm | ~> 2.0 |
| terraform | n/a |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| grafana_admin_password | Default admin password for Grafana admin user | string |
"ThisIsDefaultPassword" |
no |
| grafana_admin_user | Default admin user for Grafana | string |
"admin" |
no |
| grafana_url | Main domain | string |
"https://grafana-sb.geocomply.net" |
no |
| monitoring_namespace | Kubernetes namespace to deploy | string |
"monitoring" |
no |
No output.
Install git pre-commit hook from TF Modules CI.
TF Modules CI includes pre-commit hook for automatic documentation generation, fmt check etc.
mkdir -p .git/hooks && docker run --rm -e HOST_OS=${OSTYPE} ghcr.io/geocomply/tf-modules-ci > .git/hooks/pre-commit && chmod +x .git/hooks/pre-commitRun the following script in cmd terminal.
mkdir ".git\hooks" 2>NUL & docker run --rm -e HOST_OS=win ghcr.io/geocomply/tf-modules-ci > .git\hooks\pre-commitNote: PowerShell and git-bash are not supported.
Allow File sharing for drive(s) with your code in Docker settings.