mirror of https://github.com/status-im/consul.git
gc duplicate platform variable
This commit is contained in:
parent
ba5c3a4c81
commit
15b6c6db20
|
@ -1,6 +1,6 @@
|
||||||
variable "platform" {
|
variable "platform" {
|
||||||
default = "ubuntu"
|
default = "ubuntu"
|
||||||
description = "The region of AWS, for AMI lookups."
|
description = "The OS Platform"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "user" {
|
variable "user" {
|
||||||
|
@ -50,8 +50,3 @@ variable "tagName" {
|
||||||
default = "consul"
|
default = "consul"
|
||||||
description = "Name tag for the servers"
|
description = "Name tag for the servers"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "platform" {
|
|
||||||
default = "ubuntu"
|
|
||||||
description = "The OS Platform"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue