Updated code for two VMSS articles
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user