Skip to content

Commit e2309da

Browse files
authored
fix: pin azure plugin version to 2.5.0 (#7579) (#7580)
1 parent 5bb8924 commit e2309da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vhdbuilder/packer/packer-plugin.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
packer {
22
required_plugins {
33
azure = {
4-
version = ">= 2.1.8"
4+
version = "= 2.5.0"
55
source = "github.com/hashicorp/azure"
66
}
77
}

0 commit comments

Comments
 (0)