majuna/terraform-modules/Makefile

7 lines
95 B
Makefile

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