Skip to content

Commit 259c050

Browse files
authored
Add RabbitMQ to aws_mq_configuration_invalid_engine_type rule (#168)
1 parent 643b088 commit 259c050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/aws_mq_configuration_invalid_engine_type.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ func NewAwsMqConfigurationInvalidEngineTypeRule() *AwsMqConfigurationInvalidEngi
1919
attributeName: "engine_type",
2020
enum: []string{
2121
"ActiveMQ",
22+
"RabbitMQ",
2223
},
2324
}
2425
}

0 commit comments

Comments
 (0)