pulumi / pulumi-aws-iam

A Pulumi Multi Language Component for working with AWS IAM resources.
Apache License 2.0
6 stars 5 forks source link

correct NamespaceServiceAccounts to StringArrayOutput #12

Closed rparsonsbb closed 1 year ago

rparsonsbb commented 1 year ago

This should resolve #10 by converting the NamespaceServiceAccounts to an Output<string[]> so that it can be consumed properly.

Unfortunately setting up actions in our space ran into a build error with the dotnet portion because of incompatibility with dotnet 3.1 🤷