clientIO / appmixer-module-aws

Appmixer Infrastructure-as-Code Terraform module for AWS.
Apache License 2.0
0 stars 0 forks source link

Double slash typo in the dev example #8

Closed agno01 closed 6 months ago

agno01 commented 6 months ago

In the development example in the repo, there’s a short bash script in main.tf that’s needed to get the quota service to work correctly. There’s a typo here in the form of an extra slash that must be removed for the file to be read successfully. (/root//global-bundle.pem should be /root/global-bundle.pem)

https://github.com/clientIO/appmixer-module-aws/blob/3f3b67c517c636a34f22e735c6860d13befc77bb/examples/development/main.tf#L151