Skip to content

Commit d4016e9

Browse files
committed
chore: syntax update
1 parent 01575e7 commit d4016e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VirtualFinland.UsersAPI.Deployment/UsersAPIStack.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public UsersApiStack()
2222
var infraStackReferencePrivateSubnetIdsAsList = infraStackReferencePrivateSubnetIds.Apply(o => ((ImmutableArray<object>)(o ?? new ImmutableArray<object>())).Select(x => x.ToString()));
2323
var infraStackReferenceVpcId = infraStackReference.RequireOutput("VpcId");
2424

25-
InputMap<string> tags = new InputMap<string>()
25+
InputMap<string> tags = new()
2626
{
2727
{
2828
"vfd:stack", Pulumi.Deployment.Instance.StackName

0 commit comments

Comments
 (0)