Skip to content

Commit

Permalink
Missing delegating delimiter to log module (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeblanco authored and aknysh committed Apr 26, 2019
1 parent 3bcc297 commit 4e1cfe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module "logs" {
name = "${var.name}"
stage = "${var.stage}"
namespace = "${var.namespace}"
delimiter = "${var.delimiter}"
attributes = ["${compact(concat(var.attributes, list("logs")))}"]
standard_transition_days = "${var.logs_standard_transition_days}"
glacier_transition_days = "${var.logs_glacier_transition_days}"
Expand Down

0 comments on commit 4e1cfe3

Please sign in to comment.