-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform module's lack of compatibility #64
Comments
Update: I found the problem, and ain't because of the module's lack of compatibility, it's a reference that breaks the code plan/init. Inside of the aws-observability-terraform/main.tf line 20 we have the wrong module reference to cwd instead of point to the module ref, so I changed I'm using the terraform version: Update: When using as a module as I first posted, we need to remove the dirname func and works fine either. |
If necessary i can open a pr to fix it, I'm looking forward to using this module in production! Thanks. |
Currently it doesn't support module as a whole because the app json(https://github.com/SumoLogic/sumologic-solution-templates/tree/master/aws-observability/json) folder is in the CF solution and is referred by both tf and cf solution. |
Yeap, I have seen that, and there is a bunch of other things that make it complicated, but should we have it? I mean, having this repository would be great and less complicated to apply and handle the state, if it was a module. |
Hi Folks,
I was trying to use this repository as a terraform module instead of copying all files into my terraform project, and I have seen that is not possible to do, is it designed to work only with all files? It would be better to be a module instead of being a terraform generic module, not?
The error threw was:
The way that i'm referencing it:
The text was updated successfully, but these errors were encountered: