mach-composer / mach-composer-cli

MACH composer is an orchestration tool for modern MACH ecosystems, powered by Terraform infrastructure-as-code underneath.
https://docs.machcomposer.io
MIT License
48 stars 10 forks source link

Ability to use -lock=false #301

Closed mikedingjan closed 8 months ago

mikedingjan commented 1 year ago

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

demeyerthom commented 8 months ago

Fixed in https://github.com/mach-composer/mach-composer-cli/blob/main/CHANGELOG.md#v2130-2023-12-12