Skip to content

Commit

Permalink
AWS::Role#groom: The Lost Comment (re-uncomment bindTo call)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstange committed Oct 2, 2020
1 parent 5c9ad0b commit 2ae8278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mu/providers/aws/role.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def groom

if !@config['bare_policies'] and
(@config['raw_policies'] or @config['attachable_policies'])
# bindTo("role", @mu_name)
bindTo("role", @mu_name)
end
end

Expand Down

0 comments on commit 2ae8278

Please sign in to comment.