https://pulumi.com logo
Title
r

rhythmic-kangaroo-93098

03/30/2023, 12:04 PM
Maybe a newbies question... can I have the stack as suffix in a resourcegroup name? Like resourcegroup-dev instead of a random suffix? I am using c#
Already found it.
var resourceGroup = new ResourceGroup($"SeeEverythingSharp-{Deployment.Instance.StackName}");
s

stocky-restaurant-98004

03/30/2023, 2:12 PM
Right - you can template the strings just like you can in regular C# code.