From 7dfb3cb597f5b5e7448f1897abd6a85c876bceaa Mon Sep 17 00:00:00 2001 From: Frank Rosner Date: Tue, 25 May 2021 10:13:52 +0200 Subject: [PATCH] chore: Remove check boxes that don't render properly in module doc (#9) --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0c38090..6c6f20e 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,17 @@ The following resources are currently supported: * [EventBridge Rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_rule) * [EventBridge Target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_target) -## Features +## Supported Features -- [x] Creates AWS EventBridge Resources (bus, rules, targets, permissions) -- [x] Attach resources to an existing EventBridge bus -- [x] Support AWS EventBridge Archives and Replays -- [x] Conditional creation for many types of resources -- [x] Support IAM policy attachments and various ways to create and attach additional policies -- [ ] Support monitoring usage with Cloudwatch Metrics +- Creates AWS EventBridge Resources (bus, rules, targets, permissions) +- Attach resources to an existing EventBridge bus +- Support AWS EventBridge Archives and Replays +- Conditional creation for many types of resources +- Support IAM policy attachments and various ways to create and attach additional policies + +## Feature Roadmap + +- Support monitoring usage with Cloudwatch Metrics ## Usage