Skip to content

Commit

Permalink
Standardise sg output name
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Sep 15, 2023
1 parent 4129fbc commit 56ceb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazonmq.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
})
end

Output("SecurityGroup#{safe_component_name}") {
Output(:SecurityGroup) {
Value(Ref("SecurityGroup#{safe_component_name}"))
Export FnSub("${EnvironmentName}-#{export}-SecurityGroup")
}
Expand Down

0 comments on commit 56ceb8a

Please sign in to comment.