fix: Rebuild examples#1625
Conversation
|
Good improvement overall! The changes are rather big, and not all of them are in sync with the approach we have in other modules in this organization (e.g. different structures, file names, etc). I will try to find time to review it during this week. |
1d40b81 to
cc8c7d7
Compare
antonbabenko
left a comment
There was a problem hiding this comment.
Hi @daroga0002 ! I reviewed it and most of the comments are applicable to all examples.
|
@antonbabenko I reviewed comments, some I will fix, some I answered here for discussion as I truly believe those changes should be done to make it more flexible for example for testing purposes |
95b659e to
7914567
Compare
|
first round of fixes from review, there will be also second commit |
d0634c4 to
ed4b41d
Compare
ed4b41d to
775766c
Compare
antonbabenko
left a comment
There was a problem hiding this comment.
Minor comment about ordering of resources in examples. LGTM.
| region = "eu-west-1" | ||
| } | ||
|
|
||
| ################################################################################ |
There was a problem hiding this comment.
Please move all supporting resources and data sources after the most important piece in the example - module "eks".
|
after this I think we can publish a release as this will be one of biggest releases for very long |
bf5f52b to
e83140f
Compare
|
Thanks @daroga0002 ! v17.21.0 has been just released. |
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
resolves #1622
This is major improvement in our examples. Some examples were broken or were not running correctly, after those fixes:
versions.tfin examples to align with overall module_bootstrapexample as it was created dependencies and in general didn't allow to run multiple examples in parallelChecklist