Open easokol opened 4 years ago
Disadvantage is that every time terragrunt initializes backend it puts to output
[terragrunt] [...] 2020/11/26 15:27:41 Running command: bash -c echo {<credentials>} > gke_backend_credentials.json
Potential workaround is to call terragrunt with 2>&1 | grep -v 'echo'
filter, but it does not look like good solution
Fixing that separate file with gke backend credentials needed on filesystem