This module provisions and configures Amazon MQ for ActiveMQ, enabling secure and scalable message brokering within a region.
The following resources will be created:
- Brokers
- Configurations
module "mq_broker {
source = "./module/active-mq"
broker_name = "test-broker
instance_type = "mq.t3.micro"
subnet_ids = ["subnet-123456789"]
}
| Name | Version |
|---|---|
| terraform | >= 1.3.0 |
| Name | Version |
|---|---|
| aws | n/a |
| Name | Source | Version |
|---|---|---|
| active_mq | ./module/active-mq | n/a |
| Name | Type |
|---|
| Name | Description | Type | Default | Required |
|---|
| Name | Description |
|---|
Module managed by TO THE NEW Pvt. Ltd.
Apache 2 Licensed. See LICENSE for full details.