Skip to content

Commit

Permalink
Update aws_mq_broker_invalid_engine_type.go (#92)
Browse files Browse the repository at this point in the history
* Update aws_mq_broker_invalid_engine_type.go

Adding support for RabbitMQ Engine type in aws mq

* Update aws_mq_broker_invalid_engine_type.go
  • Loading branch information
richard-timpson authored Mar 31, 2021
1 parent da90583 commit e0fb478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/aws_mq_broker_invalid_engine_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func NewAwsMqBrokerInvalidEngineTypeRule() *AwsMqBrokerInvalidEngineTypeRule {
attributeName: "engine_type",
enum: []string{
"ActiveMQ",
"RabbitMQ",
},
}
}
Expand Down

0 comments on commit e0fb478

Please sign in to comment.