Many updates! terraform 0.14 formatting, nginx compat, error handling

This commit is contained in:
2021-04-06 10:54:30 -04:00
parent 883213a3be
commit c1a57ba5d1
4 changed files with 66 additions and 43 deletions

11
spoke-app-provision-wrapper Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -o errexit
set -o pipefail
main() {
bash /tmp/spoke-app-provision system0
sudo -H -u spoke bash /tmp/spoke-app-provision spoke0
bash /tmp/spoke-app-provision system1
}
main "${@}"