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
The operations within the container are now run using the host user instead of root. This simplifies permissions handling in Leverage Reference Architecture files.
Certain usecases require a more deeply nested folder structure in the Reference Architecture implementation. Leverage formerly only looked up to 5 levels deep, it now supports up to 8 levels deep.
Some users prefer using Podman instead of Docker as a container manager. Container handling was modified to allow the use of Leverage with Podman.
🐛 Bug Fixes
Fix issue with argument parsing logic for tf apply@borland667 (#274)
Leverage has to provide Terraform with some extra parameters to work correctly on the Reference Architecture. The logic that decides which parameters to add was simplified fixing bugs and reducing the probability of new ones.