We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d669bd4 commit 287e3f1Copy full SHA for 287e3f1
Formula/t/terragrunt.rb
@@ -1,8 +1,8 @@
1
class Terragrunt < Formula
2
desc "Thin wrapper for Terraform e.g. for locking state"
3
homepage "https://terragrunt.gruntwork.io/"
4
- url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.78.4.tar.gz"
5
- sha256 "e86148898fe22326bc55a96b0d9c546e7278139afa6bda99cfad4a316bb52866"
+ url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.79.0.tar.gz"
+ sha256 "56db84c4627d134a12d53d69401414a6179985e56c0ee31db5cdc239b9437687"
6
license "MIT"
7
8
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
0 commit comments