mirror of
https://github.com/sigmasternchen/terraform-aws-eventbridge
synced 2025-03-15 07:58:57 +00:00
chore: Remove check boxes that don't render properly in module doc (#9)
This commit is contained in:
parent
820ff244da
commit
7dfb3cb597
1 changed files with 10 additions and 7 deletions
17
README.md
17
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue