From 15b6c6db208f71d4d3a95c3d8386b701aa2ffb17 Mon Sep 17 00:00:00 2001 From: Thordur Bjornsson Date: Thu, 25 Jun 2015 08:39:22 +0200 Subject: [PATCH] gc duplicate platform variable --- terraform/aws/variables.tf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index 552967044c..8eda4cee38 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -1,6 +1,6 @@ variable "platform" { default = "ubuntu" - description = "The region of AWS, for AMI lookups." + description = "The OS Platform" } variable "user" { @@ -50,8 +50,3 @@ variable "tagName" { default = "consul" description = "Name tag for the servers" } - -variable "platform" { - default = "ubuntu" - description = "The OS Platform" -}