Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Added equals for tags in dynamoDB template
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriosoodle committed May 28, 2019
1 parent 8d3a281 commit a99dd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/terraforming/template/tf/dynamo_db.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "aws_dynamodb_table" "<%= table.table_name -%>" {
}
<%- end -%>
<%- tags(table).each do |tag| -%>
tags {
tags = {
<%= tag.key %> = "<%= tag.value -%>"
}
<%- end -%>
Expand All @@ -63,4 +63,4 @@ resource "aws_dynamodb_table" "<%= table.table_name -%>" {
}
<%- end -%>
}
<%- end -%>
<%- end -%>

0 comments on commit a99dd96

Please sign in to comment.