From 7b9e92d53df8d36a9fd939f9a62159be12c5c393 Mon Sep 17 00:00:00 2001 From: Barry Morrison Date: Thu, 27 Jun 2024 10:46:53 -0500 Subject: [PATCH] docs: updating README to reflect variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e924102..fdae631 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ No modules. | config\_max\_execution\_frequency | The maximum frequency with which AWS Config runs evaluations for a rule. | `string` | `"TwentyFour_Hours"` | no | | config\_name | The name of the AWS Config instance. | `string` | `"aws-config"` | no | | config\_recording\_frequency | Default recording frequency for the AWS Config | `string` | `"CONTINUOUS"` | no | -| config\_recording\_frequency\_overrides | Specific overrides of the recording frequency for the AWS Config | ```list(object({ description = optional(string, null) resource_types = list(string) recording_frequency = string }))``` | `[]` | no | +| config\_recording\_frequency\_overrides | Specific overrides of the recording frequency for the AWS Config | ```set(object({ description = optional(string, null) resource_types = list(string) recording_frequency = string }))``` | `[]` | no | | config\_role\_permissions\_boundary | The ARN of the permissions boundary to apply to IAM roles created for AWS Config | `string` | `null` | no | | config\_sns\_topic\_arn | An SNS topic to stream configuration changes and notifications to. | `string` | `null` | no | | cw\_loggroup\_retention\_period | Retention period for cloudwatch logs in number of days | `number` | `3653` | no |