Terraform module
ussuritiger opened this issue · 1 comments
ussuritiger commented
Question
Can this tutorial be wrapped up into the Terraform module and published to registry?
Considerations
There is already a module (https://github.com/terraform-google-modules/terraform-google-vault) to deploy Vault on GCE. Would be nice to have a module in Terraform registry based on this tutorial to deploy Vault on GKE.
sethvargo commented
You can just point to this repo as the source:
module "..." {
source = "github.com/sethvargo/vault-on-gke"
}