Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You don't want to store secrets in state files. Imagine you run a CI/CD system where you run terraform plan. Now secrets is all public.


https://github.com/hashicorp/terraform/issues/516

TLDR: Terraform should use Vault for storing secrets in state, but does not support it yet.

(it is occasionally unavoidable storing secrets in state due to resources orchestrated)


That's fine. Secrets are market as "sensitive" and not displayed in the plan output.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: