Skip to content

Commit daf4be7

Browse files
committed
Add output for endpoint
1 parent e200bc5 commit daf4be7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aurora-postgres.cfndsl.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,9 @@
320320
Export FnSub("${EnvironmentName}-#{export}-dbcluster-id")
321321
}
322322

323+
Output(:EndpointAddress) {
324+
Value(FnGetAtt('DBCluster', 'Endpoint.Address'))
325+
Export FnSub("${EnvironmentName}-#{export}-endpoint-address")
326+
}
327+
323328
end

0 commit comments

Comments
 (0)