Skip to content

Commit 8086b3f

Browse files
sotoiwabonclay7
andauthored
fix: typo (#72)
Co-authored-by: Rodrigue Koffi <[email protected]>
1 parent f6a4c31 commit 8086b3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/add-ons/adot-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ the ADOT Operator.
5959

6060
| Name | Description | Type | Default | Required |
6161
|------|-------------|------|---------|:--------:|
62-
| <a name="input_addon_config"></a> [addon\_config](#input\_addon\_config) | Amazon EKS Managed CoreDNS Add-on config | `any` | `{}` | no |
62+
| <a name="input_addon_config"></a> [addon\_config](#input\_addon\_config) | Amazon EKS Managed ADOT Add-on config | `any` | `{}` | no |
6363
| <a name="input_addon_context"></a> [addon\_context](#input\_addon\_context) | Input configuration for the addon | <pre>object({<br> aws_caller_identity_account_id = string<br> aws_caller_identity_arn = string<br> aws_eks_cluster_endpoint = string<br> aws_partition_id = string<br> aws_region_name = string<br> eks_cluster_id = string<br> eks_oidc_issuer_url = string<br> eks_oidc_provider_arn = string<br> irsa_iam_role_path = string<br> irsa_iam_permissions_boundary = string<br> tags = map(string)<br> })</pre> | n/a | yes |
6464
| <a name="input_enable_cert_manager"></a> [enable\_cert\_manager](#input\_enable\_cert\_manager) | Enable cert-manager, a requirement for ADOT Operator | `bool` | `true` | no |
6565
| <a name="input_helm_config"></a> [helm\_config](#input\_helm\_config) | Helm provider config for ADOT Operator AddOn | `any` | <pre>{<br> "version": "v1.8.2"<br>}</pre> | no |

modules/add-ons/adot-operator/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variable "kubernetes_version" {
3333
}
3434

3535
variable "addon_config" {
36-
description = "Amazon EKS Managed CoreDNS Add-on config"
36+
description = "Amazon EKS Managed ADOT Add-on config"
3737
type = any
3838
default = {}
3939
}

0 commit comments

Comments
 (0)