stacker_blueprints
stacker_blueprints copied to clipboard
Error using the Roles Blueprint
In iam_roles.py line 108 is self.create_policy() but the definition of that function is def create_policy(self, name):. Lacking a "name" parameter, the call fails.