Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update terragrunt to 0.67.10 #5038

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ terraform-1 \[frozen\] | 1.5.7 | Terraform enables you to safely and predic
terraform_0.11 \[frozen\] | 0.11.15 | Terraform (Deprecated package. Use terraform-0.11 instead)
terraform_0.12 \[frozen\] | 0.12.31 | Terraform (Deprecated package. Use terraform-0.12 instead)
terraform_0.13 \[frozen\] | 0.13.7 | Terraform (Deprecated package. Use terraform-0.13 instead)
[![terragrunt](https://github.com/cloudposse/packages/actions/workflows/terragrunt.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterragrunt) | 0.67.9 | Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
[![terragrunt](https://github.com/cloudposse/packages/actions/workflows/terragrunt.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterragrunt) | 0.67.10 | Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
[![terrahelp](https://github.com/cloudposse/packages/actions/workflows/terrahelp.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterrahelp) | 0.7.5 | Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
[![tflint](https://github.com/cloudposse/packages/actions/workflows/tflint.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atflint) | 0.53.0 | A Pluggable Terraform Linter
[![tfschema](https://github.com/cloudposse/packages/actions/workflows/tfschema.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atfschema) | 0.7.9 | A schema inspector for Terraform providers
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ terraform-1 \[frozen\] | 1.5.7 | Terraform enables you to safely and predic
terraform_0.11 \[frozen\] | 0.11.15 | Terraform (Deprecated package. Use terraform-0.11 instead)
terraform_0.12 \[frozen\] | 0.12.31 | Terraform (Deprecated package. Use terraform-0.12 instead)
terraform_0.13 \[frozen\] | 0.13.7 | Terraform (Deprecated package. Use terraform-0.13 instead)
[![terragrunt](https://github.com/cloudposse/packages/actions/workflows/terragrunt.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterragrunt) | 0.67.9 | Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
[![terragrunt](https://github.com/cloudposse/packages/actions/workflows/terragrunt.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterragrunt) | 0.67.10 | Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
[![terrahelp](https://github.com/cloudposse/packages/actions/workflows/terrahelp.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterrahelp) | 0.7.5 | Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
[![tflint](https://github.com/cloudposse/packages/actions/workflows/tflint.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atflint) | 0.53.0 | A Pluggable Terraform Linter
[![tfschema](https://github.com/cloudposse/packages/actions/workflows/tfschema.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atfschema) | 0.7.9 | A schema inspector for Terraform providers
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ terraform-module-versions 3.1.13 CLI tool that checks Terraform code for mod
terraform_0.11 0.11.15 Terraform (Deprecated package. Use terraform-0.11 instead)
terraform_0.12 0.12.31 Terraform (Deprecated package. Use terraform-0.12 instead)
terraform_0.13 0.13.7 Terraform (Deprecated package. Use terraform-0.13 instead)
terragrunt 0.67.9 Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
terragrunt 0.67.10 Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
terrahelp 0.7.5 Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
tfenv OBSOLETE Transform environment variables for use with Terraform (e.g. `HOSTNAME` ⇨ `TF_VAR_hostname`)
tflint 0.53.0 A Pluggable Terraform Linter
Expand Down
2 changes: 1 addition & 1 deletion vendor/terragrunt/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.67.9
0.67.10
Loading