Skip to content

Commit

Permalink
fix: image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 19, 2024
1 parent d4e6918 commit ee615f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/packer/image-factory-vm/azure.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "azure-arm" "vm" {
tenant_id = var.tenant_id
location = var.location

managed_image_name = var.gallery_image_name
managed_image_name = "${var.gallery_image_name}-${formatdate("DD-MMM-YYYY-hh-mm-ss", timestamp())}"
managed_image_resource_group_name = var.resource_group

communicator = "ssh"
Expand Down

0 comments on commit ee615f3

Please sign in to comment.