File tree 7 files changed +22
-22
lines changed
7 files changed +22
-22
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ the ADOT Operator.
60
60
| Name | Description | Type | Default | Required |
61
61
| ------| -------------| ------| ---------| :--------:|
62
62
| <a name =" input_addon_config " ></a > [ addon\_ config] ( #input\_ addon\_ config ) | Amazon EKS Managed ADOT Add-on config | ` any ` | ` {} ` | no |
63
- | <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 |
63
+ | <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 |
64
64
| <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 |
65
- | <a name =" input_helm_config " ></a > [ helm\_ config] ( #input\_ helm\_ config ) | Helm provider config for cert-manager | ` any ` | <pre >{<br / > "version": "v1.8.2"<br / >}</pre > | no |
65
+ | <a name =" input_helm_config " ></a > [ helm\_ config] ( #input\_ helm\_ config ) | Helm provider config for cert-manager | ` any ` | <pre >{<br > "version": "v1.8.2"<br >}</pre > | no |
66
66
| <a name =" input_kubernetes_version " ></a > [ kubernetes\_ version] ( #input\_ kubernetes\_ version ) | EKS Cluster version | ` string ` | n/a | yes |
67
67
68
68
## Outputs
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ See this [Helm Chart](https://github.com/aws/eks-charts/tree/master/stable/aws-f
37
37
38
38
| Name | Description | Type | Default | Required |
39
39
| ------| -------------| ------| ---------| :--------:|
40
- | <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 / > tags = map(string)<br / > irsa_iam_role_path = string<br / > irsa_iam_permissions_boundary = string<br / > })</pre > | n/a | yes |
40
+ | <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 > tags = map(string)<br > irsa_iam_role_path = string<br > irsa_iam_permissions_boundary = string<br > })</pre > | n/a | yes |
41
41
| <a name =" input_cw_log_retention_days " ></a > [ cw\_ log\_ retention\_ days] ( #input\_ cw\_ log\_ retention\_ days ) | FluentBit CloudWatch Log group retention period | ` number ` | ` 90 ` | no |
42
42
| <a name =" input_helm_config " ></a > [ helm\_ config] ( #input\_ helm\_ config ) | Helm provider config aws\_ for\_ fluent\_ bit. | ` any ` | ` {} ` | no |
43
43
| <a name =" input_irsa_policies " ></a > [ irsa\_ policies] ( #input\_ irsa\_ policies ) | Additional IAM policies for a IAM role for service accounts | ` list(string) ` | ` [] ` | no |
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ This deploys an EKS Cluster with the External Secrets Operator. The cluster is p
44
44
45
45
| Name | Description | Type | Default | Required |
46
46
| ------| -------------| ------| ---------| :--------:|
47
- | <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 |
47
+ | <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 |
48
48
| <a name =" input_enable_external_secrets " ></a > [ enable\_ external\_ secrets] ( #input\_ enable\_ external\_ secrets ) | Enable external-secrets | ` bool ` | ` true ` | no |
49
49
| <a name =" input_grafana_api_key " ></a > [ grafana\_ api\_ key] ( #input\_ grafana\_ api\_ key ) | Grafana API key for the Amazon Managed Grafana workspace | ` string ` | n/a | yes |
50
50
| <a name =" input_helm_config " ></a > [ helm\_ config] ( #input\_ helm\_ config ) | Helm provider config for external secrets | ` any ` | ` {} ` | no |
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ No modules.
39
39
40
40
| Name | Description | Type | Default | Required |
41
41
| ------| -------------| ------| ---------| :--------:|
42
- | <a name =" input_pattern_config " ></a > [ pattern\_ config] ( #input\_ pattern\_ config ) | Configuration object for ISTIO monitoring | <pre >object({<br / > enable_alerting_rules = bool<br / > enable_recording_rules = bool<br / > enable_dashboards = bool<br / > scrape_sample_limit = number<br / ><br / > flux_gitrepository_name = string<br / > flux_gitrepository_url = string<br / > flux_gitrepository_branch = string<br / > flux_kustomization_name = string<br / > flux_kustomization_path = string<br / ><br / > managed_prometheus_workspace_id = string<br / > prometheus_metrics_endpoint = string<br / ><br / > dashboards = object({<br / > cp = string<br / > mesh = string<br / > performance = string<br / > service = string<br / > })<br / > })</pre > | n/a | yes |
42
+ | <a name =" input_pattern_config " ></a > [ pattern\_ config] ( #input\_ pattern\_ config ) | Configuration object for ISTIO monitoring | <pre >object({<br > enable_alerting_rules = bool<br > enable_recording_rules = bool<br > enable_dashboards = bool<br > scrape_sample_limit = number<br ><br > flux_gitrepository_name = string<br > flux_gitrepository_url = string<br > flux_gitrepository_branch = string<br > flux_kustomization_name = string<br > flux_kustomization_path = string<br ><br > managed_prometheus_workspace_id = string<br > prometheus_metrics_endpoint = string<br ><br > dashboards = object({<br > cp = string<br > mesh = string<br > performance = string<br > service = string<br > })<br > })</pre > | n/a | yes |
43
43
44
44
## Outputs
45
45
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ No modules.
39
39
40
40
| Name | Description | Type | Default | Required |
41
41
| ------| -------------| ------| ---------| :--------:|
42
- | <a name =" input_pattern_config " ></a > [ pattern\_ config] ( #input\_ pattern\_ config ) | Configuration object for Java/JMX monitoring | <pre >object({<br / > enable_alerting_rules = bool<br / > enable_recording_rules = bool<br / > scrape_sample_limit = number<br / ><br / > enable_dashboards = bool<br / ><br / > flux_gitrepository_name = string<br / > flux_gitrepository_url = string<br / > flux_gitrepository_branch = string<br / > flux_kustomization_name = string<br / > flux_kustomization_path = string<br / ><br / > managed_prometheus_workspace_id = string<br / > prometheus_metrics_endpoint = string<br / ><br / > grafana_dashboard_url = string<br / > })</pre > | n/a | yes |
42
+ | <a name =" input_pattern_config " ></a > [ pattern\_ config] ( #input\_ pattern\_ config ) | Configuration object for Java/JMX monitoring | <pre >object({<br > enable_alerting_rules = bool<br > enable_recording_rules = bool<br > scrape_sample_limit = number<br ><br > enable_dashboards = bool<br ><br > flux_gitrepository_name = string<br > flux_gitrepository_url = string<br > flux_gitrepository_branch = string<br > flux_kustomization_name = string<br > flux_kustomization_path = string<br ><br > managed_prometheus_workspace_id = string<br > prometheus_metrics_endpoint = string<br ><br > grafana_dashboard_url = string<br > })</pre > | n/a | yes |
43
43
44
44
## Outputs
45
45
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ No modules.
39
39
40
40
| Name | Description | Type | Default | Required |
41
41
| ------| -------------| ------| ---------| :--------:|
42
- | <a name =" input_pattern_config " ></a > [ pattern\_ config] ( #input\_ pattern\_ config ) | Configuration object for Java/JMX monitoring | <pre >object({<br / > enable_alerting_rules = bool<br / > enable_recording_rules = bool<br / > scrape_sample_limit = number<br / ><br / > enable_dashboards = bool<br / ><br / > flux_gitrepository_name = string<br / > flux_gitrepository_url = string<br / > flux_gitrepository_branch = string<br / > flux_kustomization_name = string<br / > flux_kustomization_path = string<br / ><br / > managed_prometheus_workspace_id = string<br / > prometheus_metrics_endpoint = string<br / ><br / > grafana_dashboard_url = string<br / > })</pre > | n/a | yes |
42
+ | <a name =" input_pattern_config " ></a > [ pattern\_ config] ( #input\_ pattern\_ config ) | Configuration object for Java/JMX monitoring | <pre >object({<br > enable_alerting_rules = bool<br > enable_recording_rules = bool<br > scrape_sample_limit = number<br ><br > enable_dashboards = bool<br ><br > flux_gitrepository_name = string<br > flux_gitrepository_url = string<br > flux_gitrepository_branch = string<br > flux_kustomization_name = string<br > flux_kustomization_path = string<br ><br > managed_prometheus_workspace_id = string<br > prometheus_metrics_endpoint = string<br ><br > grafana_dashboard_url = string<br > })</pre > | n/a | yes |
43
43
44
44
## Outputs
45
45
You can’t perform that action at this time.
0 commit comments