I'm getting an error when I attempt to install / enable the rabbitmq_prometheus plugin.
Version: 1.4.1 Darwin (Downloaded)
I'm attempting to install / enable the plugin with this configuration:
# Enable the Prometheus plugin for metrics
resource "cloudamqp_plugin" "prometheus_plugin" {
instance_id = cloudamqp_instance.rabbitmq.id
name = "rabbitmq_prometheus"
enabled = true
}
When I run terraform apply, I get the following error:
Error: json: cannot unmarshal array into Go value of type map[string]interface {}
on modules/rabbitmq/main.tf line 27, in resource "cloudamqp_plugin" "prometheus_plugin":
27: resource "cloudamqp_plugin" "prometheus_plugin" {
I'm getting an error when I attempt to install / enable the rabbitmq_prometheus plugin. Version: 1.4.1 Darwin (Downloaded)
I'm attempting to install / enable the plugin with this configuration:
When I run
terraform apply,
I get the following error: