-
Notifications
You must be signed in to change notification settings - Fork 14
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
Question: how to get root module absolute path #218
Comments
Unfortunately there doesn't seem to be a good way to do it. I'm not sure how it should be, but I have some ideas in mind:
|
Thanks for your answer |
SDK v0.15 introduces |
Oh nice did not see this one, thank you 🙏 |
Hey,
In order to enforce terraform folders location (for example .infra at the root of git repo), I'd like to be able to get the root module absolute path. I can't find another solution than getting the current workdir (which can be wrong if tflint is executed from another directory).
There's the
GetFiles()
function but it only give the filenames.Is there another way?
The text was updated successfully, but these errors were encountered: