-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
.terraspace-cache folder doesn't contain the module template file #138
Comments
This might be because terraspace cleans up the config/app.rb Terraspace.configure do |config|
...
config.build.clean_cache = false
end
Thinking that may be it. Am considering changing the default from |
Hi, no I already tested this flag without a good effect. I found this flag from another issue but in this case it doesn't fix the problem. I'd like to contribute if you can put me in the right path. OT: I'm comparing terraspace and terragrunt in 4 articles, the next one will be terraspace, are you interested to review it before the release? |
Figured out what's going on. The builder was checking for any path with the word
Very cool! Can read it after its published. Hope it's good. Good luck with the article! 🎉 |
terraspace version:
I have a module like this, with a
test_ssh
folder and a .tpl file on it:But in the .terraspace-cache folder there isn't the template file after the plan:
In Fact, I tried with:
The plan is:
The template example I'm working on is:
If I use
${path.module}
I get:With the full original path ("/Users/xxx/projects/git/terraform-services/terraspace/infra/.terraspace-cache/eu-central-1/sandbox/stacks/mice-service/test_ssh/user_data.tpl") outside the .terraspace-cache folder, it works.
The text was updated successfully, but these errors were encountered: