-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Rebuild examples #1625
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment about ordering of resources in examples. LGTM.
region = "eu-west-1" | ||
} | ||
|
||
################################################################################ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move all supporting resources and data sources after the most important piece in the example - module "eks"
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
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.tf
in examples to align with overall module_bootstrap
example as it was created dependencies and in general didn't allow to run multiple examples in parallelChecklist