You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,7 @@ the PSP to the [equivalent new standard](https://kubernetes.io/docs/tasks/config
216
216
| <aname="input_cidr_block"></a> [cidr\_block](#input\_cidr\_block)| The CIDR block used by the VPC |`string`|`"10.2.0.0/16"`| no |
217
217
| <aname="input_cidr_block_private_subnet"></a> [cidr\_block\_private\_subnet](#input\_cidr\_block\_private\_subnet)| The CIDR block used by the private subnet |`list`| <pre>[<br/> "10.2.2.0/24",<br/> "10.2.3.0/24"<br/>]</pre> | no |
218
218
| <aname="input_cidr_block_public_subnet"></a> [cidr\_block\_public\_subnet](#input\_cidr\_block\_public\_subnet)| The CIDR block used by the private subnet |`list`| <pre>[<br/> "10.2.0.0/24",<br/> "10.2.1.0/24"<br/>]</pre> | no |
219
+
| <aname="input_cloudwatch_observability_enabled"></a> [cloudwatch\_observability\_enabled](#input\_cloudwatch\_observability\_enabled)| Enable or disable the CloudWatch Observability Add-on for EKS |`bool`|`false`| no |
219
220
| <aname="input_cloudwatch_pod_logs_enabled"></a> [cloudwatch\_pod\_logs\_enabled](#input\_cloudwatch\_pod\_logs\_enabled)| Stream EKS pod logs to cloudwatch |`bool`|`false`| no |
220
221
| <aname="input_cloudwatch_retention_in_days"></a> [cloudwatch\_retention\_in\_days](#input\_cloudwatch\_retention\_in\_days)| How long to keep CloudWatch logs in days |`number`|`30`| no |
221
222
| <aname="input_cluster_authentication_mode"></a> [cluster\_authentication\_mode](#input\_cluster\_authentication\_mode)| Desired Kubernetes authentication. API or API\_AND\_CONFIG\_MAP |`string`|`"API"`| no |
@@ -325,6 +326,7 @@ the PSP to the [equivalent new standard](https://kubernetes.io/docs/tasks/config
0 commit comments