terraform icon indicating copy to clipboard operation
terraform copied to clipboard

Add Warning for Deprecated Modules in `Init`

Open Maed223 opened this issue 4 months ago • 1 comments

Jira Ticket

Target Release

1.8.x

Draft CHANGELOG entry

ENHANCEMENTS

  • terraform init: Displays a warning when deprecated modules are in use.

Description

All module deprecation info is consolidated into and displayed as a single warning upon running terraform init. This includes both cases of where the module does, or does not, need installation. Furthermore, the warning can be raised for both modules that are directly used in configuration, as well as any external dependencies they depend on.

Screenshot

Note that this screenshot includes both the root module as well as it's external dependencies

Screenshot 2024-04-29 at 12 28 13 PM

Maed223 avatar Apr 03 '24 20:04 Maed223