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 image_project_id variable #36

Closed Eoino closed 5 years ago

Eoino commented 5 years ago

Adds an image_project_id variable which allows for the use of a Compute Image from outside the default project. Mostly copied from https://github.com/hashicorp/terraform-google-consul/pull/34.

Let me know if there are any issues.