GorillaStack / auto-tag

Automatically tag AWS resources on creation, for cost assignment
GNU General Public License v3.0
457 stars 158 forks source link

parse error when running deploy_autotag.sh #85

Closed nmarchini closed 3 years ago

nmarchini commented 3 years ago

I am using MAC OSX with bash-5.0. I have exported my AWS Cred before running the steps below.

Steps I have performed are

`bash-5.0$ ./deploy_autotag.sh --region eu-west-1 --s3-bucket dna-sandpit-autotag-bucket --release-version latest create


** Create Stacks


parse error: Invalid numeric literal at line 1, column 8 bash-5.0$ `

Anyone got any suggestions why this is happening?

nmarchini commented 3 years ago

So looks like this is due to my AWS profile not being set to JSON for the output variable. Maybe that should be made a pre-req too. if it is not already.