gc duplicate platform variable
This commit is contained in:
parent
3f91bb70ab
commit
5a7ff77ab4
|
@ -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…
Reference in New Issue