Skip to content

Commit

Permalink
Merge pull request #1840 from alphagov/amazon-mq-bump
Browse files Browse the repository at this point in the history
Bump AmazonMQ broker version to 3.12
  • Loading branch information
JonathanHallam authored Sep 24, 2024
2 parents 1070e8b + f3a7bd6 commit dc35128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/projects/app-publishing-amazonmq/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variable "aws_environment" {
variable "engine_version" {
type = string
description = "Broker engine version. https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/rabbitmq-version-management"
default = "3.11.28"
default = "3.12"
}

variable "deployment_mode" {
Expand Down

0 comments on commit dc35128

Please sign in to comment.