hashicorp / terraform-google-vault

A Terraform Module for how to run Vault on Google Cloud using Terraform and Packer
Apache License 2.0
113 stars 75 forks source link

Add automated tests for Vault public cluster. #27

Closed josh-padnick closed 5 years ago

josh-padnick commented 5 years ago

This PR adds an automated test for the root example, which deploys a publicly accessible Vault cluster. The example currently passes local tests, and CircleCI has now been enabled. Remaining in this PR is the need to add actual validation steps to confirm that the Vault cluster is not just deployed but works as expected.

For that reason, please do not merge this yet.

josh-padnick commented 5 years ago

Build is failing because I need the Circle config on master in order to trigger builds from branches. Merging now! Will add validation portion of Vault tests shortly.

robmorgan commented 5 years ago

@josh-padnick looks good Josh!