* APL-204: remove syslog use udp field from logme due to wrong implementation * APL-208: update examples and regenerate logs * fix linting error * remove syslog-use-udp field from test * re-generate docs * remove doc changes that were generated by make command * remove doc changes that were generated by make command * remove doc changes that were generated by make command * remove doc changes that were generated by make command * remove doc changes that were generated by make command * remove doc changes that were generated by make command * remove doc changes that were generated by make command
12 lines
473 B
HCL
12 lines
473 B
HCL
resource "stackit_rabbitmq_instance" "example" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
name = "example-instance"
|
|
version = "3.13"
|
|
plan_name = "stackit-rabbitmq-1.2.10-replica"
|
|
parameters = {
|
|
sgw_acl = "193.148.160.0/19,45.129.40.0/21,45.135.244.0/22"
|
|
consumer_timeout = 18000000
|
|
enable_monitoring = false
|
|
plugins = ["rabbitmq_consistent_hash_exchange", "rabbitmq_federation", "rabbitmq_tracing"]
|
|
}
|
|
}
|