Skip to content

Commit

Permalink
Remove unused variable (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored Mar 7, 2018
1 parent 2213458 commit c62aec9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,3 @@ variable "expiration_days" {
description = "Number of days after which to expunge the objects"
default = "90"
}

variable "dynamodb_table_name" {
type = "string"
description = "DynamoDB table name"
}

0 comments on commit c62aec9

Please sign in to comment.