Skip to content

Commit

Permalink
docs: updating README to reflect variable
Browse files Browse the repository at this point in the history
  • Loading branch information
esacteksab committed Jun 27, 2024
1 parent 5fd6ce6 commit 7b9e92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 7b9e92d

Please sign in to comment.