2022-08-19 17:27:05 +00:00
|
|
|
using System.Collections.Generic;
|
2023-03-24 11:43:46 +00:00
|
|
|
using System.Linq;
|
2022-08-19 17:27:05 +00:00
|
|
|
using Pulumi;
|
|
|
|
|
|
|
|
return await Deployment.RunAsync(() =>
|
|
|
|
{
|
|
|
|
var stackRef = new Pulumi.StackReference("stackRef", new()
|
|
|
|
{
|
|
|
|
Name = "foo/bar/dev",
|
|
|
|
});
|
|
|
|
|
|
|
|
});
|
|
|
|
|