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)
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