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
We inherited a set of examples from community jet providers without explicitly retesting them.
It resulted inpoor user experience in the case when old example heavily deviated from the current provider state especially after substantial underlying terraform provider bump which was a part of official-providers repo initialization.
Provider Name: all of them
How could Official Providers help solve your problem?
To attack this problem we can sync up examples directory(the one that is exposed in the Marketplace) with the examples from examples-generated which contain more up-to-date examples closely following the actual resource configuration.
We also can make an attempt of mass example retesting for the examples that are changed after the sync.
The text was updated successfully, but these errors were encountered:
The ideal flow we'd like to achieve with example generation is that there is a single folder that's regenerated at each run and the manual overrides would be defined in the code. So, the work we're targeting here could be to make examples in examples-generated folder exactly the same with what we have in examples folder via overrides and then remove the examples folder altogether. Then we'd rename examples-generated to be examples and use that everywhere.
What problem are you facing?
We inherited a set of examples from community jet providers without explicitly retesting them.
It resulted inpoor user experience in the case when old example heavily deviated from the current provider state especially after substantial underlying terraform provider bump which was a part of official-providers repo initialization.
Provider Name: all of them
How could Official Providers help solve your problem?
To attack this problem we can sync up
examples
directory(the one that is exposed in the Marketplace) with the examples fromexamples-generated
which contain more up-to-date examples closely following the actual resource configuration.We also can make an attempt of mass example retesting for the examples that are changed after the sync.
The text was updated successfully, but these errors were encountered: