We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0598d commit 692b0e3Copy full SHA for 692b0e3
README.md
@@ -53,7 +53,6 @@ module "eks_monitoring_logging" {
53
54
enable_cwagent = true
55
enable_fluent_bit = true
56
-
57
}
58
```
59
@@ -66,7 +65,7 @@ module "eks_monitoring_logging" {
66
65
| cluster_name | string | EKS Cluster Name | null |
67
| aws_region | string | Provide Cluster Region | null |
68
| namespace | string | Name of the namespace | amazon-cloudwatch |
69
-| nodegroup_roles | list(any) | List of EKS nodegroup roles | [] |
+| nodegroup_roles | list(any) | List of EKS nodegroup roles | [ ] |
70
71
### Fluent Bit Variables:
72
0 commit comments