Skip to content

Commit

Permalink
aws-containers#655 Update TF resource aws_mq_broker to a supported en…
Browse files Browse the repository at this point in the history
…gine_version. 3.11.16 is current.
  • Loading branch information
Jason Harris committed Oct 23, 2024
1 parent 75957a8 commit 24ddff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/terraform/lib/dependencies/mq.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_mq_broker" "mq" {
broker_name = "${var.environment_name}-orders-broker"

engine_type = "RabbitMQ"
engine_version = "3.10.10"
engine_version = "3.11.16"
host_instance_type = "mq.t3.micro"
deployment_mode = "SINGLE_INSTANCE"
subnet_ids = [var.subnet_ids[0]]
Expand Down

0 comments on commit 24ddff3

Please sign in to comment.