Hi, are there any guide on updating the provider version? should i just install newer version with p...
c
Hi, are there any guide on updating the provider version? should i just install newer version with pip and run apply the changes?(of course with code changes based on migration docs)
l
Hey @crooked-waitress-37501, there is no document that outlines this but you're correct in your approach. Upgrading the version via
pip install
, checking the api documentation on any changed resource values as well as any breaking change documentation listed in the migration docs, and making sure that you code matches what the new version expects is the general process.
❤️ 1