Terraform – Read Vault secrets
Hello, in this post I want to show a code snippet to integrate Terraform with Vault, actually connect to Vault and get credentials. In this example, for authentication in Vault,…
Hello, in this post I want to show a code snippet to integrate Terraform with Vault, actually connect to Vault and get credentials. In this example, for authentication in Vault,…
Hello, in this post, I will show something very useful for me in the next steps of the project, which is the iteration of Terraform, calling Python scripts, sending parameters…
One of the sensitive points in Terraform projects are the famous state files or tfstates ( https://developer.hashicorp.com/terraform/language/state ), and when it comes to more dynamic use as we will do,…