diff --git a/addons/grafana/README.md b/addons/grafana/README.md index cbe4b6f..9be3cd8 100644 --- a/addons/grafana/README.md +++ b/addons/grafana/README.md @@ -22,11 +22,14 @@ module "addons" { | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0.0 | +| [kubectl](#requirement\_kubectl) | >= 1.7.0 | | [kubernetes](#requirement\_kubernetes) | >= 2.10 | ## Providers -No providers. +| Name | Version | +|------|---------| +| [kubectl](#provider\_kubectl) | >= 1.7.0 | ## Modules @@ -36,7 +39,9 @@ No providers. ## Resources -No resources. +| Name | Type | +|------|------| +| [kubectl_manifest.grafana_virtualservice](https://registry.terraform.io/providers/gavinbunney/kubectl/latest/docs/resources/manifest) | resource | ## Inputs @@ -44,6 +49,7 @@ No resources. |------|-------------|------|---------|:--------:| | [addon\_context](#input\_addon\_context) | Input configuration for the addon |
object({| n/a | yes | | [grafana\_extra\_configs](#input\_grafana\_extra\_configs) | Override attributes of helm\_release terraform resource | `any` | `{}` | no | +| [grafana\_manifests](#input\_grafana\_manifests) | n/a |
aws_caller_identity_account_id = string
aws_caller_identity_arn = string
aws_eks_cluster_endpoint = string
aws_partition_id = string
aws_region_name = string
eks_cluster_id = string
eks_oidc_issuer_url = string
eks_oidc_provider_arn = string
tags = map(string)
})
object({| n/a | yes | | [helm\_config](#input\_helm\_config) | Helm provider config for AWS Load Balancer Controller | `any` | `{}` | no | | [manage\_via\_gitops](#input\_manage\_via\_gitops) | Determines if the add-on should be managed via GitOps | `bool` | `false` | no |
grafana_virtualservice_file_path = string
})