Skip to content

A simple terraform setup for bootstrapping a vault cluster on DigitalOcean.

License

Notifications You must be signed in to change notification settings

tam7t/do-terraform-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

do-terraform-vault

A terraform script for setting up vault on DigitalOcean.

About

This script creates a block storage device to hold the vault data and runs the official vault docker image on a CoreOS droplet.

Usage

terraform

  • Supply all necessary variables to a .tfvars file
  • terraform get
  • terraform plan -var-file=vault.tfvars
  • terraform apply -var-file=vault.tfvars
  • terraform destroy -var-file=vault.tfvars

vault

  • VAULT_ADDR=http://<vault ip address>:8200 vault init

From here, read the vault docs

About

A simple terraform setup for bootstrapping a vault cluster on DigitalOcean.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published