It's the same functionality if you were to use `Deployment.RunAsync(async () => { // declare reso...
b
It's the same functionality if you were to use
Deployment.RunAsync(async () => { // declare resources });
instead of
Deployment.RunAsync<TStack>();