Skip to content

Commit a671c2d

Browse files
authored
Add JSON libraries to CreateRoleStack.cs
1 parent 87a8973 commit a671c2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws-cs-assume-role/create-role/CreateRoleStack.cs

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
using Iam = Pulumi.Aws.Iam;
33
using Log = Pulumi.Log;
44
using System.Collections.Generic;
5+
using System.Text.Json;
6+
using System.Text.Json.Serialization;
57

68
class CreateRoleStack : Stack
79
{

0 commit comments

Comments
 (0)