We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01575e7 commit d4016e9Copy full SHA for d4016e9
1 file changed
VirtualFinland.UsersAPI.Deployment/UsersAPIStack.cs
@@ -22,7 +22,7 @@ public UsersApiStack()
22
var infraStackReferencePrivateSubnetIdsAsList = infraStackReferencePrivateSubnetIds.Apply(o => ((ImmutableArray<object>)(o ?? new ImmutableArray<object>())).Select(x => x.ToString()));
23
var infraStackReferenceVpcId = infraStackReference.RequireOutput("VpcId");
24
25
- InputMap<string> tags = new InputMap<string>()
+ InputMap<string> tags = new()
26
{
27
28
"vfd:stack", Pulumi.Deployment.Instance.StackName
0 commit comments