Convert legacy Packer json template to hcl2 template (#247)
* convert legacy Packer json template to hcl2 template
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
resource "random_pet" "id" {}
|
||||
|
||||
resource "azurerm_resource_group" "image_group" {
|
||||
location = "eastus"
|
||||
name = "packer-image-${random_pet.id.id}"
|
||||
}
|
Reference in New Issue
Block a user