Skip to content

Commit

Permalink
test: comment out openwireendpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrishardi committed May 28, 2024
1 parent 1a8c879 commit ac3c976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions amazonmq.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@
Export FnSub("${EnvironmentName}-#{export}-broker-id")
}

Output(:OpenWireEndpoints) {
Value FnGetAtt(:Broker, :OpenWireEndpoints)
Export FnSub("${EnvironmentName}-#{export}-openwire-endpoint-1")
}
# Output(:OpenWireEndpoints) {
# Value FnGetAtt(:Broker, :OpenWireEndpoints)
# Export FnSub("${EnvironmentName}-#{export}-openwire-endpoint-1")
# }

end

0 comments on commit ac3c976

Please sign in to comment.