odahu / odahu-automation

Apache License 2.0
8 stars 0 forks source link

[WIP] backend credentials control moved to terragrunt #47

Open easokol opened 4 years ago

easokol commented 4 years ago

Fixing that separate file with gke backend credentials needed on filesystem

easokol commented 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