Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Pin Azure plugin version for packer
  • Loading branch information
shamil-mubarakshin committed Dec 13, 2023
commit 018a35da365f5d0d825fe8fd0676c1bb9f3cafa0
2 changes: 1 addition & 1 deletion images/ubuntu/templates/ubuntu-20.04.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packer {
required_plugins {
azure = {
source = "github.com/hashicorp/azure"
version = "~> 2"
version = "1.4.5"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu/templates/ubuntu-22.04.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packer {
required_plugins {
azure = {
source = "github.com/hashicorp/azure"
version = "~> 2"
version = "1.4.5"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu/templates/ubuntu-minimal.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packer {
required_plugins {
azure = {
source = "github.com/hashicorp/azure"
version = "~> 2"
version = "1.4.5"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion images/windows/templates/windows-2019.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packer {
required_plugins {
azure = {
source = "github.com/hashicorp/azure"
version = "~> 2"
version = "1.4.5"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion images/windows/templates/windows-2022.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packer {
required_plugins {
azure = {
source = "github.com/hashicorp/azure"
version = "~> 2"
version = "1.4.5"
}
}
}
Expand Down