When running mach-composer plan within pull-requests it won't make any changes and in our use-case it's mainly for informational purpose.
It would be nice to provide a way where we can pass -lock=false to terraform when running a mach-composer plan in a pull-request, so that it won't interfere with a possible running deployment
When running
mach-composer plan
within pull-requests it won't make any changes and in our use-case it's mainly for informational purpose.It would be nice to provide a way where we can pass
-lock=false
to terraform when running amach-composer plan
in a pull-request, so that it won't interfere with a possible running deployment