run-all plan always reports 'Error: Backend initialization required' #739
-
Hello. I have a simple setup of one root module calling one local module and two environments.
env1 works fine with run-all. env2 plan always returns
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @neilhwatson To enable logging: Windows PowerShell terminal |
Beta Was this translation helpful? Give feedback.
-
From this bug gruntwork-io/terragrunt#1422 it seems that |
Beta Was this translation helpful? Give feedback.
From this bug gruntwork-io/terragrunt#1422 it seems that
disable_init
means both don't generate the backend bucket and don't generate the state file in the bucket. Indeed if I set this to false (the default) I don't have the OP problem. I don't feel this setting should do what it does.