Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincuber authored Mar 28, 2023
1 parent 0576070 commit 52563b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Terraform module for provisioning an Amazon MQ broker
```hcl
module "mq" {
source = "dare-global/mq/aws"
version = " 1.0.0"
version = "1.X.X"
broker_name = "mq-broker"
subnet_ids = ["subnet-id-12345"]
Expand Down Expand Up @@ -106,4 +106,4 @@ brew install pre-commit terraform-docs tflint

brew tap git-chglog/git-chglog
brew install git-chglog
```
```

0 comments on commit 52563b9

Please sign in to comment.