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
As a developer, we sometimes have the ned to upload a script that we have locally to a VM so we can then execute it, this makes even more sense when using IaC and tools like terraform, where it is executed in a host that controls other remote hosts, we will need a mechanism that can enable these files to be uploaded so we can later execute themTerraform
User Story
As a developer I want to be able to upload a file to a remote VM, so I can easily execute it locallyefficiently
Acceptance Criteria
We can upload a file using the rest API endpoints
Definition of Done
Code implemented following best practices.
Unit tests written and passing.
Code reviewed and approved.
Merged into the main branch.
Documentation updated (if applicable).
Deployed to staging/production environment.
Assumptions and Constraints
No response
Assumptions and Constraints
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered:
Description
As a developer, we sometimes have the ned to upload a script that we have locally to a VM so we can then execute it, this makes even more sense when using IaC and tools like terraform, where it is executed in a host that controls other remote hosts, we will need a mechanism that can enable these files to be uploaded so we can later execute themTerraform
User Story
As a developer I want to be able to upload a file to a remote VM, so I can easily execute it locallyefficiently
Acceptance Criteria
Definition of Done
Assumptions and Constraints
No response
Assumptions and Constraints
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered: