Skip to content

bitrockteam/hashicorp-zero-trust-webinar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashicorp Zero Trust Webinar

The aws/ directory contains an example AWS architecture codified in Terraform and will deploy infrastructure consisting of 3 controllers, 3 worker, 1 PostgreSQL DB, a Vault Cluster and 2 vm target.

The boundary/ directory contains an example Terraform configuration for setting up and configuring Boundary resources using the Boundary Terraform Provider.

The vault/ directory contains an example Terraform configuration for setting up and configuring Vault resources using the Vault Terraform Provider.

Requirements

Setup

  • Provide appropriate AWS credentials
  • Edit backend.tf to your Terraform Cloud workspace or different backend
  • terraform init

Deploy

  • terraform apply in aws
  • If not using terraform cloud setup the required variables and run terraform apply in vault
  • Repeat the same process for the boundary folder

Reference