Skip to content

Commit

Permalink
add example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincuber committed Dec 1, 2022
1 parent 802df66 commit 21c0a7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# terraform-aws-mq
Terraform module for provisioning an Amazon MQ broker

## Usage

```hcl
module "mq" {
source = "dare-global/mq/aws"
version = " 1.0.0"
broker_name = "mq-broker"
subnet_ids = ["subnet-id-12345"]
}
```

## Examples

* [ActiveMQ](https://github.com/dare-global/terraform-aws-mq/tree/main/examples/activemq)
Expand Down

0 comments on commit 21c0a7b

Please sign in to comment.