Skip to content

Commit 3f2b0e2

Browse files
Pin Azure plugin version for packer (#9019)
1 parent a5519eb commit 3f2b0e2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

images/ubuntu/templates/ubuntu-20.04.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packer {
22
required_plugins {
33
azure = {
44
source = "github.com/hashicorp/azure"
5-
version = "~> 2"
5+
version = "1.4.5"
66
}
77
}
88
}

images/ubuntu/templates/ubuntu-22.04.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packer {
22
required_plugins {
33
azure = {
44
source = "github.com/hashicorp/azure"
5-
version = "~> 2"
5+
version = "1.4.5"
66
}
77
}
88
}

images/ubuntu/templates/ubuntu-minimal.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packer {
22
required_plugins {
33
azure = {
44
source = "github.com/hashicorp/azure"
5-
version = "~> 2"
5+
version = "1.4.5"
66
}
77
}
88
}

images/windows/templates/windows-2019.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packer {
22
required_plugins {
33
azure = {
44
source = "github.com/hashicorp/azure"
5-
version = "~> 2"
5+
version = "1.4.5"
66
}
77
}
88
}

images/windows/templates/windows-2022.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packer {
22
required_plugins {
33
azure = {
44
source = "github.com/hashicorp/azure"
5-
version = "~> 2"
5+
version = "1.4.5"
66
}
77
}
88
}

0 commit comments

Comments
 (0)