org-formation / aws-resource-providers

A community driven repository where you can find AWS Resource Type Providers for different purposes (including org-formation ones).
MIT License
88 stars 21 forks source link

feat: organization-policy now can specify policy as object (not string) #83

Closed OlafConijn closed 3 years ago

OlafConijn commented 3 years ago

Issue #, if available: https://github.com/org-formation/aws-resource-providers/issues/78

Description of changes: Added a PolicyDocument attribute to Policy type. Either Content (string) or PolicyDocument (object) can be used.