An open API service indexing awesome lists of open source software.

https://github.com/ironcore864/terraform-vault-example


https://github.com/ironcore864/terraform-vault-example

credentials devops iac terraform valut

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Terraform Vault Example

## Download

https://www.vaultproject.io/downloads.html

Unzip and put it into $PATH folder.

## Run Vault Locally

https://learn.hashicorp.com/vault/getting-started/dev-server

Simply run:

```
vault server -dev
```

## Create Secret and Refer to it by Data Source

```
terraform init
terraform apply
```