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

feat: Adding Strict Package #3424

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

feat: Adding Strict Package #3424

wants to merge 6 commits into from

Conversation

yhakbar
Copy link
Collaborator

@yhakbar yhakbar commented Sep 19, 2024

Description

Adds strict package.

This allows users to opt-in for deprecations as breaking changes in Terragrunt.

Users can either use the global TG_STRICT_MODE to make Terragrunt throw an error when it encounters a deprecation, or use the relevant TG_STRICT_ environment variable to opt-in for a specific deprecation.

TODOs

Read the Gruntwork contribution guidelines.

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
  • Include release notes. If this PR is backward incompatible, include a migration guide.

Release Notes (draft)

Added strict package.

Migration Guide

If users would like to make Terragrunt throw an error when it encounters a deprecation, they can set the TG_STRICT_MODE environment variable to true.
If they would like to opt-in for a specific deprecation, they can set the relevant TG_STRICT_ environment variable to true.

Neither are required and users can continue to use Terragrunt as they have been.

@yhakbar yhakbar marked this pull request as ready for review September 19, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant