vault-vars 0.0.2

A tool to fetch secrets from Hashicorp Vault and inject them into variable files for hashicorp terraform
Documentation
{
  "people": {
    "lydia": {
      "has": "bear",
      "is": "sweet",
      "likes": [
        "pink"
      ]
    },
    "oliver": {
      "has": "beard",
      "is": "cool",
      "likes": [
        "green",
        "purple"
      ]
    }
  },
  "projects": [
    {
      "name": "world",
      "project": "hello"
    },
    {
      "name": "the builder",
      "project": "bob"
    },
    {
      "name": "idk"
    }
  ]
}