diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..866ee3d --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# SLAM terraform configs + +## Running + +1. Download a suitable SA JSON to the directory root and call it `sa.json`. +2. Set up Node.js 16 local environment (used with GCP Cloud Functions) & `gcloud` CLI +4. Add secrets to `secrets.auto.tfvars` + +``` +(cd deploy-ui-gcs && npm ci) +export GOOGLE_APPLICATION_CREDENTIALS="$(pwd)/sa.json" +terraform init +terraform apply +``` |
