Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request dasmeta#252 from dasmeta/DMVP-1382-mq
Browse files Browse the repository at this point in the history
DMVP-1382: Docs
  • Loading branch information
viktoryathegreat authored Nov 4, 2022
2 parents 5afe495 + 3d1d21f commit 1094558
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions modules/rabbitmq/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [NOTICE] This module is deprecated. Module new version https://github.com/dasmeta/terraform-aws-rabbitmq

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements

Expand Down
4 changes: 1 addition & 3 deletions modules/rabbitmq/tests/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# [NOTICE] This module is deprecated. Module new version https://github.com/dasmeta/terraform-aws-rabbitmq

# tests

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Expand All @@ -15,7 +13,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_modules_rabbitmq"></a> [modules\_rabbitmq](#module\_modules\_rabbitmq) | dasmeta/modules/aws//modules/rabbitmq | n/a |
| <a name="module_rabbitmq"></a> [rabbitmq](#module\_rabbitmq) | dasmeta/modules/aws//modules/rabbitmq | n/a |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion modules/rabbitmq/tests/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module "modules_rabbitmq" {
module "rabbitmq" {
source = "dasmeta/modules/aws//modules/rabbitmq"

broker_name = "app-dev-mq"
Expand Down

0 comments on commit 1094558

Please sign in to comment.