Skip to content

Commit

Permalink
CHORE: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Sarkar committed Jul 10, 2018
1 parent 63e12c0 commit 03582e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ variable "cpu" {
variable "memory" {
description = "Memory in MegaBytes to assign to this task."
}
variable "log_group" {
description = "Name of the Cloudwatch log group to which tasks will write logs to."
}

variable "log_driver" {
default = "awslogs"
Expand Down Expand Up @@ -64,7 +61,4 @@ variable "task_role_arn" {
}
variable "environment_vars" {
type = "map"
default = {
"__NOT_DEFINED__" = "__NOT_DEFINED__"
}
}

0 comments on commit 03582e6

Please sign in to comment.