xuwang / aws-linux-cluster

Code examples to create a 3-tier Linux cluster on AWS with Terraform
MIT License
8 stars 6 forks source link

error starting make command #4

Open k1m0n3 opened 6 years ago

k1m0n3 commented 6 years ago

When i start the script make, i have this error

Getting AWS account number... parse error: Invalid numeric literal at line 1, column 5

Generate tf provider

/root/aws-linux-cluster/scripts/gen-provider.sh > /root/aws-linux-cluster/build/provider.tf parse error: Invalid numeric literal at line 1, column 5 parse error: Invalid numeric literal at line 1, column 5

Generate default AMI ids

/root/aws-linux-cluster/scripts/get-ami.sh > /root/aws-linux-cluster/build/ami.tf make: *** [update_ami] Error 1

Any help please ?

xuwang commented 6 years ago

@k1m0n3 I have made some update that might fix the problem. This repo has not been updated for sometime. Before you proceed, please make sure your Terraform version is up-to-data.