Archives for GCP Terraform
The Vault Provider in Terraform
These are some notes from the field around using Vault and Terraform. Storing a Sample Secret in Vault - Resource vault_generic_secret provider "vault" { # It is strongly recommended to…
REusable Modules
Let us say you need to repeat a resource creation task (a set of resources) more than once. You may need to create those resources in two separate environments -…
Terraform GCP Error – Could not find default credentials
This post captures a couple of errors you might encounter getting started with terraform and GCP. ( Also read Protecting Service Account Keys in GCP ) and Sentinel tfplan policies…