Updated code for two VMSS articles

This commit is contained in:
Tom Archer
2021-07-30 16:51:30 -07:00
parent 1bb60e6a06
commit a7b8413823
4 changed files with 79 additions and 34 deletions

View File

@ -1,3 +1,18 @@
variable "packer_resource_group_name" {
description = "Name of the resource group in which the Packer image will be created"
default = "myPackerImages"
}
variable "packer_image_name" {
description = "Name of the Packer image"
default = "myPackerImage"
}
variable "resource_group_name" {
description = "Name of the resource group in which the Packer image will be created"
default = "myPackerImages"
}
variable "resource_group_name" {
description = "Name of the resource group in which the resources will be created"
default = "myResourceGroup"