Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
add description to iam role erb
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagom62 committed Jun 30, 2018
1 parent c1d467b commit a6b35a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/terraforming/template/tf/iam_role.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<% iam_roles.each do |role| -%>
resource "aws_iam_role" "<%= module_name_of(role) %>" {
name = "<%= role.role_name %>"
description = "<%= role.description %>"
path = "<%= role.path %>"
assume_role_policy = <<POLICY
<%= prettify_policy(role.assume_role_policy_document, unescape: true) %>
Expand Down

0 comments on commit a6b35a0

Please sign in to comment.