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
- Host: GitHub
- URL: https://github.com/ironcore864/terraform-vault-example
- Owner: IronCore864
- Created: 2018-11-23T10:47:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T10:47:23.000Z (over 7 years ago)
- Last Synced: 2025-02-01T18:44:31.983Z (over 1 year ago)
- Topics: credentials, devops, iac, terraform, valut
- Language: HCL
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```