Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## 🛠️ Breaking Changes

Automatic Backend Provisioning Removed
Terragrunt no longer automatically provisions backend resources.
If backend provisioning is required but not explicitly enabled, Terragrunt will now exit with an error.

❌ Old Behavior (Deprecated)

The following command would silently provision backend resources before execution:

terragrunt plan --non-interactive

✅ New Behavior

This behavior has been removed. Running the same command without opting in will now produce an error if backend bootstrapping is required.

To continue to automatically bootstrap backends, you must explicitly enable backend provisioning with either the --backend-bootstrap flag or the TG_BACKEND_BOOTSTRAP environment variable:

terragrunt plan --backend-bootstrap --non-interactive

or

export TG_BACKEND_BOOTSTRAP=true
terragrunt plan --non-interactive

🔧 Migration Guide

  • If you relied on automatic backend bootstrapping:
    Add --backend-bootstrap to your Terragrunt commands, or set the TG_BACKEND_BOOTSTRAP environment variable.
  • If you don’t require backend provisioning:
    No action needed — simply run Terragrunt commands without the flag.

Road to 1.0 Deprecated Feature Removal Schedule gruntwork-io/terragrunt#3535

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.86.3...v0.87.0

View the full release notes at https://github.com/gruntwork-io/terragrunt/releases/tag/v0.87.0.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Sep 5, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Sep 5, 2025

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 5, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 5, 2025
Merged via the queue into main with commit 5e15d24 Sep 5, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-terragrunt-0.87.0 branch September 5, 2025 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants