resolve comments

This commit is contained in:
Yichun Ma
2022-06-28 15:52:32 +08:00
parent bd01573941
commit e11e21b525
11 changed files with 14 additions and 11 deletions

View File

@ -3,13 +3,12 @@ variable "location" {
description = "Location where resources will be created"
}
variable "name_prefix" {
type = string
description = "Prefix of the resource name"
}
variable "vm_public_key" {
type = string
description = "Public key of the Virtual Machine"
}
variable "name_prefix" {
type = string
default = "tftest"
description = "Prefix of the resource name"
}