We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a8973 commit a671c2dCopy full SHA for a671c2d
aws-cs-assume-role/create-role/CreateRoleStack.cs
@@ -2,6 +2,8 @@
2
using Iam = Pulumi.Aws.Iam;
3
using Log = Pulumi.Log;
4
using System.Collections.Generic;
5
+using System.Text.Json;
6
+using System.Text.Json.Serialization;
7
8
class CreateRoleStack : Stack
9
{
0 commit comments