-
Notifications
You must be signed in to change notification settings - Fork 9
/
cloud-nuke.json
31 lines (31 loc) · 1.3 KB
/
cloud-nuke.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "0.37.2",
"description": "A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it",
"homepage": "https://github.com/gruntwork-io/cloud-nuke",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.37.2/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "d8e2f30840889b1d14341a5e16d6f4a629785ff54dbc57b887e7d717a42ccff8"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.37.2/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "6bca31a64ad72bcf8ae07431130bfad83510a1666323549ebc15ec83dc7a71fc"
}
},
"bin": "cloud-nuke.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_386.exe#/cloud-nuke.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}