bland-xylophone-56721
10/31/2022, 5:01 PM// PREVIEW CHANGES
var output = stack.PreviewAsync(new PreviewOptions
{
Color = "always",
OnStandardOutput = Console.WriteLine,
}).Result;
All this tells me in the output.ChangeSummary
is that 10 resources will be created. How can programatically see before & after for comparison? Thanks!