Files
terraform-app-grafana/README.md
Tamas Kiss 16ec931a9a
Some checks failed
continuous-integration/drone/push Build is failing
upgrade to the new cluster
2023-02-15 03:29:51 +01:00

60 lines
1.9 KiB
Markdown

# Terraform module for Grafana deployment
[![Build Status](https://drone.thomasklein.me/api/badges/thomasklein/terraform-app-grafana/status.svg)](https://drone.thomasklein.me/thomasklein/terraform-app-grafana)
This module manages the grafana installation on lawndale.
<!-- BEGIN_TF_DOCS -->
## Requirements
The following requirements are needed by this module:
- <a name="requirement_aws"></a> [aws](#requirement\_aws) (~> 4.9.0)
- <a name="requirement_helm"></a> [helm](#requirement\_helm) (~> 2.5.1)
- <a name="requirement_kubernetes"></a> [kubernetes](#requirement\_kubernetes) (~> 2.11.0)
## Providers
The following providers are used by this module:
- <a name="provider_aws"></a> [aws](#provider\_aws) (4.9.0)
- <a name="provider_helm"></a> [helm](#provider\_helm) (2.5.1)
- <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) (2.11.0)
## Modules
The following Modules are called:
### <a name="module_grafana_persistance"></a> [grafana\_persistance](#module\_grafana\_persistance)
Source: git@git.thomasklein.me:thomasklein/terraform-modules//9p-persistent-volume
Version:
## Resources
The following resources are used by this module:
- [aws_cognito_user_pool_client.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user_pool_client) (resource)
- [helm_release.this](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) (resource)
- [kubernetes_namespace.this](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/namespace) (resource)
- [aws_cognito_user_pools.thomasklein_infra](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cognito_user_pools) (data source)
- [aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region) (data source)
## Required Inputs
No required inputs.
## Optional Inputs
No optional inputs.
## Outputs
No outputs.
<!-- END_TF_DOCS -->