I recently spun up a Cumulus instance in the CBA sandbox account to help test the CNM work and encountered a couple hiccups on a fresh install (nothing Cumulus-related on my machine before this).
This branch is mostly fixing typos + populating env vars for local dev — no functional changes to live code.
How I did it
Source $DOTENV in zip_lambda shell
Close double quotes on pre-deploy-setup target
Trim TF syntax on console output piped to script
Run terraspace fmt on post-deploy-mods/main.tf (blocking commit on unrelated files)
How you can test it
The following commands should run successfully
$ make pre-deploy-setup
# also verifies the zip_lambda target
$ make create-test-data
What I am changing
I recently spun up a Cumulus instance in the CBA sandbox account to help test the CNM work and encountered a couple hiccups on a fresh install (nothing Cumulus-related on my machine before this).
This branch is mostly fixing typos + populating env vars for local dev — no functional changes to live code.
How I did it
$DOTENV
inzip_lambda
shellpre-deploy-setup
targetterraspace fmt
on post-deploy-mods/main.tf (blocking commit on unrelated files)How you can test it
The following commands should run successfully