-
Notifications
You must be signed in to change notification settings - Fork 0
Terraform Integration #1
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
Conversation
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.
looks good!
- make requested changes
manual testing: - test deployment of database and web app with terraform
- test creation of VMs with deployed database and web app
- add explanation of testing workflow to README for future use
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.
this looks good! let's merge this and continue working
for the next PR: test deployment of database and web app with terraform |
This PR integrates the Terraform infrastructure to Lablink. Terraform infrastructure automates the process of creating VMs for users to actively use SLEAP, the database for VM assignment to users, and the deployment for the web to display and assign available VMs to users.
The Terraform pushes the following infrastructure:
The Terraform infrastructure is integrated from here.