-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Allow deprecation of a module #5949
Copy link
Copy link
Open
Labels
Description
Since modules can become a critical part of an application/infrastructure and there can be more users using them than is the other capable of tracking it would be useful to have a mechanisms of deprecating a module.
Essentially I'm thinking of something like this:
deprecated {
message = "This module is deprecated, see alternative at github.com/.../..."
}which could cause terraform get (and possibly apply) to display predefined message in the terminal
WARN: This module is deprecated, see alternative at github.com/.../...
Reactions are currently unavailable