mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 18:50:11 -04:00
fix: work around deleted plugin release (#11771)
* fix: work around deleted plugin release * fix: specify version for plugin without docs.zip
This commit is contained in:
parent
5c0988acbd
commit
90d3c20b7d
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@
|
|||
"title": "HuaweiCloud",
|
||||
"path": "huaweicloud",
|
||||
"repo": "huaweicloud/packer-plugin-huaweicloud",
|
||||
"version": "latest",
|
||||
"version": "v0.4.0",
|
||||
"pluginTier": "community",
|
||||
"sourceBranch": "master"
|
||||
},
|
||||
|
|
@ -255,7 +255,7 @@
|
|||
"path": "sshkey",
|
||||
"repo": "ivoronin/packer-plugin-sshkey",
|
||||
"pluginTier": "community",
|
||||
"version": "latest"
|
||||
"version": "v1.0.1"
|
||||
},
|
||||
{
|
||||
"title": "Tencent Cloud",
|
||||
|
|
|
|||
Loading…
Reference in a new issue