README.md
November 24, 2023 ยท View on GitHub
Requirements
| Name | Version |
|---|---|
| terraform | >= 1.5 |
| cloudamqp | ~> 1.28.0 |
Providers
| Name | Version |
|---|---|
| cloudamqp | ~> 1.28.0 |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| cloudamqp_instance.instance | resource |
| cloudamqp_security_firewall.firewall_settings | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| firewall_enabled | n/a | bool | false | no |
| fw_rules | n/a | list(object({ | [] | no |
| keep_associated_vpc | n/a | bool | true | no |
| name | Name of the instance | string | n/a | yes |
| no_default_alarms | n/a | bool | false | no |
| plan | Desired payment plan for the instance. Also the node count eg. rabbit-3 | string | n/a | yes |
| region | The region for the instance eg. google-compute-engine::northamerica-northeast1 | string | n/a | yes |
| rmq_version | RabbitMQ version | string | null | no |
| tags | n/a | list(string) | [] | no |
| vpc_id | Id of the VPC. VPC region has to match region. | string | null | no |
Outputs
No outputs.