-
Notifications
You must be signed in to change notification settings - Fork 243
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: Refactoring terraform #720
base: main
Are you sure you want to change the base?
Conversation
@ratnopamc @nabuskey Do you mind if I ask you to review this one ? |
Thanks @namejsjeongkr for your PR. We just recently discussed on this and have an issue open to streamline some of our ML blueprints. I think it would make sense to utilize your work towards achieving that goal. |
@ratnopamc Thank you for your reply. I refactored other tf codes after your positive comment. If there is anything you would like to discuss, please let me know. |
@ratnopamc Is there any update ? I'm still looking forward your reply. |
Apologies for missing this PR, the approach we've been taking is:
Consolidating everything into one infrastructure terraform that can be deployed across blueprints. Each blueprint has its own variables for turning on certain modules and setting certain variables. That way updates only have to happen in one place. |
@omrishiv Are you saying that you're going to manage it anew with the ai-infra folder ? (I can't find ai-infra right now.) |
@namejsjeongkr the folder is a common collection of resources from all the other blueprints. This feature is not quite available yet, but will get pushed to a testing branch soon. |
@omrishiv Do I have to close this one ? I think it's valid until the blueprint being tested is reflected. |
@namejsjeongkr Please don't close, I'm going to push the other blueprint for testing this week and we can discuss the preferred approach |
@omrishiv Ok. Please let me know ! |
@namejsjeongkr please see #751 and see if it aligns with your thinking. Looking forward to your feedback. |
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction. When we triage the issues, we will add labels to the issue like "Enhancement", "Bug" which should indicate to you that this issue can be worked on and we are looking forward to your PR. We would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
Motivation
More
website/docs
orwebsite/blog
section for this featurepre-commit run -a
with this PR. Link for installing pre-commit locallyFor Moderators
Additional Notes