update changes to file

This commit is contained in:
cshea15
2023-09-24 20:38:46 -04:00
parent a242f2310b
commit eda163c0f7
3 changed files with 30 additions and 42 deletions

View File

@ -28,10 +28,4 @@ variable "virtual_machine_size" {
variable "admin_username" {
default = "azureuser"
}
variable "storage_name" {
type = string
description = "value of the storage account name"
default = "azfwteststgacctipg"
}