Skip to content

Commit 692b0e3

Browse files
committed
readme updated
1 parent 2b0598d commit 692b0e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ module "eks_monitoring_logging" {
5353
5454
enable_cwagent = true
5555
enable_fluent_bit = true
56-
5756
}
5857
```
5958

@@ -66,7 +65,7 @@ module "eks_monitoring_logging" {
6665
| cluster_name | string | EKS Cluster Name | null |
6766
| aws_region | string | Provide Cluster Region | null |
6867
| namespace | string | Name of the namespace | amazon-cloudwatch |
69-
| nodegroup_roles | list(any) | List of EKS nodegroup roles | [] |
68+
| nodegroup_roles | list(any) | List of EKS nodegroup roles | [ ] |
7069

7170
### Fluent Bit Variables:
7271

0 commit comments

Comments
 (0)