Skip to content

The demonstration for my talk at the Hashicorp User Group Paris #2

License

Notifications You must be signed in to change notification settings

MrTrustor/terraform-vault-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-vault-demo

The demonstration for my talk at the Hashicorp User Group Paris #2

Demo Terraform

Export the right AWS_DEFAULT_PROFILE variable and simply run:

cd demo_tf
./run.sh

To clean everything:

./clean.sh

Demo Vault

Simply run:

cd demo_vault
./run.sh

To clean everything:

./clean.sh

Demo Vault AWS

Export the right AWS_DEFAULT_PROFILE. You have to replace the strings %ROOT_ACCOUNT_ID% and %TARGET_ACCOUNT_ID% by their respective values in the demo_vault_aws directory.

cd demo_vault_aws
./run.sh

Demo Terraform + Vault + AWS

./run_terraform.sh

You can then connect to the newly created instance and look at the file /home/admin/secret.txt.

To clean up the last two demos, change the AWS_DEFAULT_PROFILE variables in the clean.sh script and then run it.

About

The demonstration for my talk at the Hashicorp User Group Paris #2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published