Yoriyasu Yano
Yoriyasu Yano
If you want to use relative paths, you need to remove the prefix `/`. Otherwise, that gets interpretted as an absolute path.
Ah gotcha. Sorry for the confusion. Can you share how you are configuring your remote state? Does accessing the remote state depend on any special processing like `hooks` and `extra_arguments`,...
Oh hmm that should work automatically... I'll need to investigate this to see what might have caused the regression. For now, disabling the optimization should work.
I spent some time digging into this, but I was unable to reproduce the particular issue you are running into. Can you take a look at my test module and...
Thanks for providing a test case. I tried it out with tg 0.24.0, but I was unable to reproduce the issue. However, I noticed that you were using workspaces and...
@naul1 FYI terragrunt does not yet officially support tf 1.0. Please follow https://github.com/gruntwork-io/terragrunt/issues/1710 for when we provide support.
> I thought https://terragrunt.gruntwork.io/docs/features/caching/ meant we could safely get rid of these or are you talking about something else? @khushil the reason the cache is no longer ephemeral if you...
@valdestron when you say > My modules was in plan stage. Do you mean the modules were in a clean slate with no deployed infrastructure? In that case the dependency...
I had the same issue after upgrading, and was able to resolve this after adding a `[default]` profile with a `region`: ``` [default] region = us-east-1 ```
Checkout https://terragrunt.gruntwork.io/docs/features/keep-your-terragrunt-architecture-dry/, in particular [the section on exposed includes](https://terragrunt.gruntwork.io/docs/features/keep-your-terragrunt-architecture-dry/#using-exposed-includes-to-override-common-configurations). I believe that is what you are looking for.