Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1616 from gofish-bot/terragrunt-v0.31.0
Browse files Browse the repository at this point in the history
terragrunt 0.31.0
  • Loading branch information
Matthew Fisher committed Jun 22, 2021
2 parents 9a379ce + b9e1b23 commit ec508d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Food/terragrunt.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local name = "terragrunt"
local release = "v0.30.7"
local version = "0.30.7"
local release = "v0.31.0"
local version = "0.31.0"
food = {
name = name,
description = "Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.",
Expand All @@ -12,7 +12,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/gruntwork-io/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_darwin_amd64",
sha256 = "bdeca26fface32f0c7cfcc6eda44cd27de991edda0a07422067b14f0993ae1f4",
sha256 = "4a8d9103dd8fb98a499b202b645c6807eb62d8795658e33242530f49bd31ae01",
resources = {
{
path = name .. "_darwin_amd64",
Expand All @@ -25,7 +25,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/gruntwork-io/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_linux_amd64",
sha256 = "70833c4e0ae9ab5d30c1bf200d3d3d6bb5c6bf0c2d195ea2d0ca168f1fc802aa",
sha256 = "b2d32b6c5a7d5fb22ad3f07267b4b90ff82ebcc5f92111550fd43f4ce94716a0",
resources = {
{
path = name .. "_linux_amd64",
Expand All @@ -38,7 +38,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/gruntwork-io/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_windows_amd64.exe",
sha256 = "c9d5cff90fb8a48c49a075bda1e50ac66247085afb1028f5688e0b971ca69804",
sha256 = "a0734d676b6b4c451158df44785705e783ab22b9b4821f71c4b0490712dcf1cd",
resources = {
{
path = name .. "_windows_amd64.exe",
Expand Down

0 comments on commit ec508d4

Please sign in to comment.