Browse Source

Merge pull request #1055 from thorduri/master

gc duplicate platform variable
pull/890/head
Ryan Uber 10 years ago
parent
commit
b1090469c2
  1. 7
      terraform/aws/variables.tf

7
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"
}

Loading…
Cancel
Save