deps(tf): update terraform-aws-bc-proxy

This commit is contained in:
Iain Learmonth 2023-01-21 13:28:31 +00:00
parent 574c348bc1
commit 1c594ee38a
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
update:
(for X in terraform-*; do \
pushd $$X; \
git pull --ff-only ; \
popd; \
done)