Closed dmpe closed 4 years ago
Hello,
I think there are two issues:
The SIGNATURE_SECRET
will be generated by the d.velop cloud platform, if you register an Application.
The value needs to exist in your environment and can be set like the AWS credentials.
SET SIGNATURE_SECRET=<paste from my.d-velop.cloud>
or export SIGNATURE_SECRET=<paste from my.d-velop.cloud>
The line and error seems more like a problem with your AWS credentials. The terraform-backend and other resources for the project default App name already exists in my account and therefore cannot be created in your account. The S3 bucket names for example needs to be worldwide unique.
Did you rename your application?
Hi, thank you. It is helps me a lot. I will try next week and let you know in case of anything. Closing for now...
solved now env is not config file, thus is must remained empty, without any keys. @ckuetbach todo here -> readme file adjustments. Thanks!
I think I can close this Issue, the readme is more precise now.
Thus, how do i set it up ? I want to use
deploy
command and deploy it automatically to aws. But getAuthorizationHeaderMalformed
when calling CreateBucket operation, error 255, line 45 inmakefile
Thank you!