You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when we want to warn the user of some upcoming changes and/or breaking changes we emit a warning log message. This is not surfaced to the user by default, they need to explicitly enable logs (TF_LOG=WARN) to see these messages.
When the image used by a server is deprecated (source)
(Soon) When the server type used by a server is deprecated (source)
The proper way to handle this is to send back a list of Diagnostics that each can be a warning or an error. These are properly rendered and shown by Terraform.
The text was updated successfully, but these errors were encountered:
What whould you like to see?
Right now when we want to warn the user of some upcoming changes and/or breaking changes we emit a warning log message. This is not surfaced to the user by default, they need to explicitly enable logs (
TF_LOG=WARN
) to see these messages.The proper way to handle this is to send back a list of
Diagnostics
that each can be a warning or an error. These are properly rendered and shown by Terraform.The text was updated successfully, but these errors were encountered: