diff --git a/README.md b/README.md index 3c4ae10..453405c 100644 --- a/README.md +++ b/README.md @@ -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"] @@ -106,4 +106,4 @@ brew install pre-commit terraform-docs tflint brew tap git-chglog/git-chglog brew install git-chglog -``` \ No newline at end of file +```