Pin Azure plugin version for packer (#9019)

This commit is contained in:
Shamil Mubarakshin
2023-12-14 09:19:20 +01:00
committed by GitHub
parent a5519ebed0
commit 3f2b0e2afc
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ packer {
required_plugins {
azure = {
source = "github.com/hashicorp/azure"
version = "~> 2"
version = "1.4.5"
}
}
}

View File

@@ -2,7 +2,7 @@ packer {
required_plugins {
azure = {
source = "github.com/hashicorp/azure"
version = "~> 2"
version = "1.4.5"
}
}
}

View File

@@ -2,7 +2,7 @@ packer {
required_plugins {
azure = {
source = "github.com/hashicorp/azure"
version = "~> 2"
version = "1.4.5"
}
}
}

View File

@@ -2,7 +2,7 @@ packer {
required_plugins {
azure = {
source = "github.com/hashicorp/azure"
version = "~> 2"
version = "1.4.5"
}
}
}

View File

@@ -2,7 +2,7 @@ packer {
required_plugins {
azure = {
source = "github.com/hashicorp/azure"
version = "~> 2"
version = "1.4.5"
}
}
}