diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4234046066..335ad45dd8 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.26.0", + "version": "0.26.2", "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.", "homepage": "https://github.com/gruntwork-io/terragrunt", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "7da5ed93a25c393d21fe7a6d778cf2dbb20c7b6b576a2603481b671e2cbfee20" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "567f1ec7dc361cac1a701539971f7635d0d77b8a872a77ade9f35d660a56230d" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "241031fe99bc2d450488d52b26c0a1e76b3d13723626d6824b1aa461fee314b2" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c8ff06c2638f0e9608529b2fbd0fb9fdda421fcd7dec2c0c1d3748a6ea90335a" } }, "bin": "terragrunt.exe",