From e850887011d419bd2237e09654f0cfda61fce453 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 1 Oct 2018 16:47:08 +0200 Subject: [PATCH] Add terragrunt version 0.16.12 (#2633) --- terragrunt.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 terragrunt.json diff --git a/terragrunt.json b/terragrunt.json new file mode 100644 index 0000000000..6d55d2dd21 --- /dev/null +++ b/terragrunt.json @@ -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" + } + } + } +}