mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Add terragrunt version 0.16.12 (#2633)
This commit is contained in:
parent
9eded21f29
commit
e850887011
30
terragrunt.json
Normal file
30
terragrunt.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://github.com/gruntwork-io/terragrunt",
|
||||||
|
"description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.",
|
||||||
|
"version": "0.16.12",
|
||||||
|
"license": "MIT",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.16.12/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
||||||
|
"hash": "c60d249d8245911e436725b337c8d6985e5063fc9d8d59ecd8413b9be9bef188"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.16.12/terragrunt_windows_386.exe#/terragrunt.exe",
|
||||||
|
"hash": "5cf887b8186b8cfc4a94a1ad87937c3d8bf299d5c68740cca647a48c53376bcd"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "terragrunt.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/gruntwork-io/terragrunt"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user