SIOS-Technology-Inc / dacrane

"Dacrane" is a Delivery as Code (DaC) tool for deploying cloud infrastructures and applications anywhere.
Apache License 2.0
61 stars 1 forks source link

Resource Update Feature #26

Closed t-ikeda-sti closed 10 months ago

t-ikeda-sti commented 11 months ago

User Story

The developer wants to update the specified instance with dacrane apply.

Acceptance Criteria

Implement resource changes when there is a difference from the existing state at the time of dacrane apply. The provider is given the state before and after the change, and the process is executed so that the state is the same as after the change. The existing infrastructure provider is removed, leaving only terraform. The application build will implement the update process (i.e., rebuild).

t-ikeda-sti commented 10 months ago

Implemented.