Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.24 KB

README.md

File metadata and controls

44 lines (33 loc) · 2.24 KB

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({
ip = string
portsc = optional(list(number))
services = list(string)
description = string
}))
[] 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.