More descriptive name for one of the new optional variables

This commit is contained in:
Chad Roberts
2020-06-25 13:26:35 -07:00
parent b673d80613
commit 5c31e000ce
3 changed files with 6 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ variable "custom-tags" {
default = {}
}
variable "tag_prefix" {
variable "instance_name_prefix" {
description = "Optional string to prefix at the front of instance names in case you need to run multiple DetectionLab environments in the same AWS account"
default = ""
}
@@ -120,4 +120,3 @@ variable "win10_ami" {
type = string
default = ""
}