limited-river-80186
04/10/2023, 7:41 PMlittle-cartoon-10569
04/10/2023, 8:18 PMpulumi stack output
to get those exported valuesstocky-restaurant-98004
04/10/2023, 8:18 PMexport const connectionName = ...
is how you create a stack output.
pulumi stack output connectionName --secret
will get you the value from the command line (if it contains secrets).
If it's a secret, storing in Secrets Manager is also a valid approach.little-cartoon-10569
04/10/2023, 8:19 PMstocky-restaurant-98004
04/10/2023, 8:19 PMlittle-cartoon-10569
04/10/2023, 8:19 PMlimited-river-80186
04/11/2023, 2:47 PMpulumi stack output