removed duplicate variable

This commit is contained in:
Jonathan Simon
2019-11-17 22:58:35 -08:00
parent 41f9618aa8
commit 4b38f4c668
2 changed files with 1 additions and 6 deletions

View File

@@ -14,9 +14,3 @@ variable "prefix" {
description = "The prefix to add the name"
default = "jibakurei"
}
variable "prefix" {
type = string
description = "The prefix to add the name"
default = "jibakurei"
}