If the AWS CLI config output is not set to json, the /bin/bash/deploy-tre.sh installer script fails with this cryptic error while trying to parse the output of the CLI command.
In the README.md, make a note to export AWS_DEFAULT_OUTPUT=json, or just temporarily set this as part of the installer script.
Deploying the bootstrap bucket stack.
Looking for the bootstrap bucket stack, using name Bootstrap-TRE
parse error: Invalid numeric literal at line 1, column 7
If the AWS CLI config output is not set to
json
, the/bin/bash/deploy-tre.sh
installer script fails with this cryptic error while trying to parse the output of the CLI command.In the README.md, make a note to
export AWS_DEFAULT_OUTPUT=json
, or just temporarily set this as part of the installer script.Error returned by
/bin/bash/deploy-tre.sh