2021-11-03 22:00:35 +00:00

26 lines
820 B
JSON

{
"version": "3.17.0",
"description": "Create, deploy, and manage infrastructure on any cloud using any language.",
"homepage": "https://www.pulumi.com",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://get.pulumi.com/releases/sdk/pulumi-v3.17.0-windows-x64.zip",
"hash": "eaa704c9a9e0cb8226e354fc216dfd8af45b3e30bd4a348f66fe166dc6f7771e"
}
},
"extract_dir": "Pulumi\\bin",
"bin": "pulumi.exe",
"checkver": {
"url": "https://www.pulumi.com/docs/get-started/install/versions",
"regex": "<strong>([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.pulumi.com/releases/sdk/pulumi-v$version-windows-x64.zip"
}
}
}
}