ScoopInstaller_Main/bucket/terragrunt.json
2024-03-08 16:26:33 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.55.13",
"description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.",
"homepage": "https://github.com/gruntwork-io/terragrunt",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.13/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "b3e4487dc8f27730dee3d788aefffbc48bac060d84a95e0e2937a3a584751e14"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.13/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "ad912ced2eea3fc6a1fd35cfddfc99b7e4210f95794540b0400fc2841ba91e0a"
}
},
"bin": "terragrunt.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v$version/terragrunt_windows_amd64.exe#/terragrunt.exe"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v$version/terragrunt_windows_386.exe#/terragrunt.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}