mirror of https://github.com/pulumi/pulumi.git
15 lines
243 B
C#
15 lines
243 B
C#
![]() |
using System.Collections.Generic;
|
||
|
using System.Linq;
|
||
|
using Pulumi;
|
||
|
using UsingDashes = Pulumi.UsingDashes;
|
||
|
|
||
|
return await Deployment.RunAsync(() =>
|
||
|
{
|
||
|
var main = new UsingDashes.Dash("main", new()
|
||
|
{
|
||
|
Stack = "dev",
|
||
|
});
|
||
|
|
||
|
});
|
||
|
|