Skip to content

Commit

Permalink
gc duplicate platform variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thorduri committed Jun 25, 2015
1 parent ba5c3a4 commit 15b6c6d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions terraform/aws/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "platform" {
default = "ubuntu"
description = "The region of AWS, for AMI lookups."
description = "The OS Platform"
}

variable "user" {
Expand Down Expand Up @@ -50,8 +50,3 @@ variable "tagName" {
default = "consul"
description = "Name tag for the servers"
}

variable "platform" {
default = "ubuntu"
description = "The OS Platform"
}

0 comments on commit 15b6c6d

Please sign in to comment.