README.md

November 24, 2023 ยท View on GitHub

Requirements

NameVersion
terraform>= 1.5
cloudamqp~> 1.28.0

Providers

NameVersion
cloudamqp~> 1.28.0

Modules

No modules.

Resources

NameType
cloudamqp_instance.instanceresource
cloudamqp_security_firewall.firewall_settingsresource

Inputs

NameDescriptionTypeDefaultRequired
firewall_enabledn/aboolfalseno
fw_rulesn/a
list(object({
ip = string
portsc = optional(list(number))
services = list(string)
description = string
}))
[]no
keep_associated_vpcn/abooltrueno
nameName of the instancestringn/ayes
no_default_alarmsn/aboolfalseno
planDesired payment plan for the instance. Also the node count eg. rabbit-3stringn/ayes
regionThe region for the instance eg. google-compute-engine::northamerica-northeast1stringn/ayes
rmq_versionRabbitMQ versionstringnullno
tagsn/alist(string)[]no
vpc_idId of the VPC. VPC region has to match region.stringnullno

Outputs

No outputs.