Skip to content

feat: clone storage again when upsert / update / delete operation is required

Srevin Saju requested to merge work/srevin/re-clone-storage into main

When multiple deployments were done in parallel, it was possible that another commit was pushed to the origin repository. This can cause errors on the terraform side. Whenever the create / upsert / update / delete operation is done, it clones the storage again.

Edited by Srevin Saju

Merge request reports

Loading