You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
Not working when passing a JSON string in as the policy document (which is accepted as the generated function's parameter allows String, Hashtable or PSObject):
@RegEM hey man! FYI, this is fixed as of v2.3.2! You should get the same behavior whether you pass a JSON string or a hashtable or a PSObject now. Deployment should be out shortly!
Getting this working requires conversion from JSON to PSObject via ConvertFrom-JSON or initial build of policy as a PSObject or Hashtable directly:
Not working when passing a JSON string in as the policy document (which is accepted as the generated function's parameter allows String, Hashtable or PSObject):
Looking into adding in logic for CloudFormation resource properties where the primitive type is JSON like the PolicyDocument type expects here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html
Issue stemmed from comments on issue #28
The text was updated successfully, but these errors were encountered: