From 52563b938dbccbd12cb18c8ff30ea4fa5c0b7499 Mon Sep 17 00:00:00 2001 From: Marcin Cuber <5611060+marcincuber@users.noreply.github.com> Date: Tue, 28 Mar 2023 11:29:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```