majuna/terraform-modules/Makefile

8 lines
95 B
Makefile
Raw Normal View History

update:
(for X in terraform-*; do \
pushd $$X; \
git pull --ff-only ; \
popd; \
done)