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
It would be great to include SDK version information in the logging.
Attempted Solutions
Asking folks after the fact which SDK version is involved, which might require spelunking which provider version was being used then which SDK version was being used with that provider version.
Proposal
Create a version or meta package which contains the release version information. Ensure release process appropriately updates this information.
Once available, use that version information to output an informational log:
Version
Use-cases
Providers can be running a variety of SDK packages and versions. Similar to the Terraform CLI:
It would be great to include SDK version information in the logging.
Attempted Solutions
Asking folks after the fact which SDK version is involved, which might require spelunking which provider version was being used then which SDK version was being used with that provider version.
Proposal
Create a
version
ormeta
package which contains the release version information. Ensure release process appropriately updates this information.Once available, use that version information to output an informational log:
References
The text was updated successfully, but these errors were encountered: